File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,24 @@ jobs:
19
19
- name : Upload coverage to Codecov (arg token)
20
20
uses : codecov/codecov-action@main
21
21
with :
22
- verbose : true
22
+ fail_ci_if_error : true
23
23
token : ${{ secrets.CODECOV_TOKEN }}
24
+ verbose : true
24
25
- name : Upload coverage to Codecov (env token)
25
26
uses : codecov/codecov-action@main
26
27
with :
28
+ fail_ci_if_error : true
27
29
verbose : true
28
30
env :
29
31
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
30
32
- name : Upload coverage to Codecov (no token)
31
33
uses : codecov/codecov-action@main
32
34
with :
35
+ fail_ci_if_error : true
33
36
verbose : true
34
37
- name : Upload coverage to Codecov (oidc)
35
38
uses : codecov/codecov-action@main
36
39
with :
37
- verbose : true
40
+ fail_ci_if_error : true
38
41
use_oidc : true
42
+ verbose : true
You can’t perform that action at this time.
0 commit comments