File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -76,11 +76,12 @@ jobs:
76
76
cp coverage.txt $TEST_RESULTS
77
77
cp coverage.html $TEST_RESULTS
78
78
- name : Upload coverage report
79
- uses : codecov/codecov-action@v3 .1.5
79
+ uses : codecov/codecov-action@v4 .1.0
80
80
with :
81
81
file : ./coverage.txt
82
82
fail_ci_if_error : true
83
83
verbose : true
84
+ token : ${{ secrets.CODECOV_TOKEN }}
84
85
- name : Store coverage test output
85
86
uses : actions/upload-artifact@v4
86
87
with :
@@ -148,12 +149,13 @@ jobs:
148
149
find . -name 'coverage.html' > "${TEST_RESULTS}/coverage.lst"
149
150
tar -n -cf - -T "${TEST_RESULTS}/coverage.lst" | tar -C "${TEST_RESULTS}" -xvf -
150
151
- name : Upload coverage report
151
- uses : codecov/codecov-action@v3 .1.5
152
+ uses : codecov/codecov-action@v4 .1.0
152
153
if : hashFiles('coverage.out') != ''
153
154
with :
154
155
file : ./coverage.out
155
156
fail_ci_if_error : true
156
157
verbose : true
158
+ token : ${{ secrets.CODECOV_TOKEN }}
157
159
- name : Store coverage test output
158
160
uses : actions/upload-artifact@v4
159
161
with :
You can’t perform that action at this time.
0 commit comments