Skip to content

Commit

Permalink
codecovv
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshHare committed Sep 22, 2024
1 parent 4974dca commit d5b1760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Step 6: Upload the code coverage report to Codecov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # Add the Codecov token in the GitHub secrets
files: ./TestResults/coverage.opencover.xml # Ensure the correct path for the coverage file
Expand Down

0 comments on commit d5b1760

Please sign in to comment.