Skip to content

Commit

Permalink
fix code coverage calculation
Browse files Browse the repository at this point in the history
Signed-off-by: Subhobrata Dey <[email protected]>
  • Loading branch information
sbcd90 committed Apr 16, 2024
1 parent 85e9970 commit d9bf4a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ jobs:
cp ./build/distributions/*.zip security-analytics-artifacts
- name: Upload Coverage Report
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
path: build/reports/jacoco/test/jacocoTestReport.xml

- name: Upload failed logs
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit d9bf4a8

Please sign in to comment.