Skip to content

Commit

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

actionlint:
name: Validate Workflows
Expand Down

0 comments on commit f864d1f

Please sign in to comment.