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 cd01a52 commit 1a927aeCopy full SHA for 1a927ae
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@v5.5.2
+ uses: codecov/codecov-action@v5.5.3
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