Skip to content

Commit

Permalink
Revert "Fixed coverage report"
Browse files Browse the repository at this point in the history
This reverts commit 9eddbf5.
  • Loading branch information
gmazzo committed Mar 10, 2024
1 parent 9eddbf5 commit 4e891ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:
if: always()
with:
report_paths: '**/build/test-results/*/TEST-*.xml'
continue-on-error: true
- name: Coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 4e891ec

Please sign in to comment.