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