Skip to content

Commit 8639cae

Browse files
committed
Fix the failing codecov upload
codecov/codecov-action#1487
1 parent be49d65 commit 8639cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}
6969
# Temp fix for https://github.com/codecov/codecov-action/issues/1487
70-
version: v0.6.0
70+
# version: v0.6.0
7171
fail_ci_if_error: true
7272
file: ./coverage.xml
7373
flags: unittests

0 commit comments

Comments
 (0)