We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aaddd1c + 77dd5f7 commit a6e5ccbCopy full SHA for a6e5ccb
.github/workflows/code-coverage.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Test ${{ matrix.version }}
36
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
37
38
- - uses: codecov/[email protected].0
+ - uses: codecov/[email protected].1
39
with:
40
env_vars: OS
41
name: Code Coverage for ${{ matrix.os }}
0 commit comments