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 002e33e commit 4bc71a1Copy full SHA for 4bc71a1
1 file changed
.github/workflows/code-coverage.yml
@@ -45,7 +45,7 @@ jobs:
45
# Keep globbing on non-Windows runners (works today)
46
- name: Upload coverage to Codecov (non-Windows)
47
if: runner.os != 'Windows'
48
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
49
with:
50
name: Code Coverage for ${{ matrix.os }}
51
files: "**/TestResults/**/coverage.opencover.*.xml"
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Upload coverage to Codecov (Windows)
72
if: runner.os == 'Windows'
73
74
75
76
files: ${{ env.CODECOV_FILES }}
0 commit comments