diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6d7b79f..d929bc2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,6 +80,12 @@ jobs: fi echo "Coverage validation passed with $PERCENTAGE%." + - name: Upload JaCoCo HTML Report + uses: actions/upload-artifact@v3 + with: + name: jacoco-html-report + path: build/reports/jacoco/test/html + build: runs-on: ubuntu-latest