Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@9b6d1f84bde660b0f784003009b1f0aa4663cdeb
uses: codecov/codecov-action@96b38e9e60ee60a8c3911f4612407bba2f9195fb
with:
token: ${{ secrets.CODECOV_TOKEN }}