We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490d2c0 commit 767700eCopy full SHA for 767700e
.github/workflows/dotnet.yml
@@ -49,7 +49,7 @@ jobs:
49
run: dotnet test --no-build -p:TestingPlatformCommandLineArguments="--coverage --coverage-output-format cobertura --coverage-output ${{ vars.COVERAGE_REPORT_FILE }}"
50
51
- name: Upload coverage to Codecov
52
- uses: codecov/codecov-action@v5.1.2
+ uses: codecov/codecov-action@v5.2.0
53
with:
54
token: ${{ secrets.CODECOV_TOKEN }}
55
flags: ${{ runner.os }}
0 commit comments