Skip to content

Commit

Permalink
update test codecov file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Sep 7, 2024
1 parent e2323bc commit 1e66b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: 📄 Upload Code Coverage to CodeCov
uses: codecov/codecov-action@v4
with:
files: ./*.Tests/TestResults/**/coverage.cobertura.xml
files: '**/coverage.cobertura.xml'
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1e66b92

Please sign in to comment.