File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 files : coverage-fake.xml
2929 token : ${{ secrets.CODECOV_TOKEN }}
3030 verbose : true
31- - name : Upload coverage to Codecov (arg token)
32- uses : codecov/codecov-action@main
33- with :
34- fail_ci_if_error : true
35- token : ${{ secrets.CODECOV_TOKEN }}
36- verbose : true
37- - name : Upload coverage to Codecov (env token)
38- uses : codecov/codecov-action@main
39- with :
40- fail_ci_if_error : true
41- verbose : true
42- env :
43- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
44- - name : Upload coverage to Codecov (no token)
45- uses : codecov/codecov-action@main
46- with :
47- fail_ci_if_error : true
48- verbose : true
49- - name : Upload coverage to Codecov (oidc)
50- uses : codecov/codecov-action@main
51- with :
52- fail_ci_if_error : true
53- use_oidc : true
54- verbose : true
31+ flags : fake-stuff
32+ disable_search : true
You can’t perform that action at this time.
0 commit comments