We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf8390 commit 4fdd724Copy full SHA for 4fdd724
1 file changed
.github/workflows/build.yml
@@ -47,6 +47,6 @@ jobs:
47
run: dotnet test --no-build --configuration Debug -p:ExcludeIntegrationTests=false -p:TestingPlatformCommandLineArguments="--coverage --coverage-output-format cobertura"
48
49
- name: Upload coverage reports to Codecov
50
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
+ uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
51
env:
52
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments