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 58664e8 commit 30c4cf7Copy full SHA for 30c4cf7
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@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
+ uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
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