We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8724cd commit cf7610bCopy full SHA for cf7610b
.github/workflows/code-coverage.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Run Test
28
run: dotnet test --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
29
30
- - uses: codecov/[email protected].4
+ - uses: codecov/[email protected].5
31
with:
32
env_vars: OS
33
name: Code Coverage for ${{ matrix.os }}
0 commit comments