From fe74e0bb8da82aaa48bd0677917cb788765a3cfb Mon Sep 17 00:00:00 2001 From: Subhobrata Dey Date: Tue, 16 Apr 2024 07:53:46 +0000 Subject: [PATCH] fix code coverage calculation Signed-off-by: Subhobrata Dey --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46b283e0f..9b7c07581 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} - files: ./build/reports/jacoco/test/html/jacocoTestReport.xml + files: ./build/reports/jacoco/test/jacocoTestReport.xml - name: Upload failed logs uses: actions/upload-artifact@v2