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 706bfa0 commit b405305Copy full SHA for b405305
1 file changed
.github/workflows/build-test-deploy.yml
@@ -88,7 +88,7 @@ jobs:
88
with:
89
report_paths: 'miner/build/test-results/test/*.xml'
90
- name: Publish coverage on CodeCov
91
- uses: codecov/codecov-action@v6.0.0
+ uses: codecov/codecov-action@v6.0.1
92
if: always()
93
94
token: ${{ secrets.CODECOV_TOKEN }}
@@ -152,7 +152,7 @@ jobs:
152
153
report_paths: 'viewer/build/test-results/test/*.xml'
154
155
156
157
158
0 commit comments