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.
2 parents b47fc6d + 069c9da commit 3547e2bCopy full SHA for 3547e2b
.github/workflows/codecov.yml
@@ -76,7 +76,7 @@ jobs:
76
77
- name: Upload coverage to Codecov
78
if: ${{ success() && hashFiles('coverage/cobertura.xml') != '' }}
79
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
+ uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
80
with:
81
files: coverage/cobertura.xml
82
flags: unittests
0 commit comments