We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6565e47 commit 62f287fCopy full SHA for 62f287f
.github/workflows/dotnet-ci.yml
@@ -68,7 +68,7 @@ jobs:
68
run: dotnet test --framework ${{ matrix.framework }} --no-build -p:TestingPlatformCommandLineArguments="--coverage --coverage-output-format cobertura --coverage-output cobertura.xml"
69
70
- name: Upload coverage to Codecov
71
- uses: codecov/codecov-action@v5.1.2
+ uses: codecov/codecov-action@v5.2.0
72
with:
73
token: ${{ secrets.CODECOV_TOKEN }}
74
flags: ${{ runner.os }},${{ matrix.framework }}
0 commit comments