We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee1dbc commit e3e2c7aCopy full SHA for e3e2c7a
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@0fb7174895f61a3b6b78fc075e0cd60383518dac # v5.5.5
51
env:
52
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments