File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,25 +17,25 @@ jobs:
1717 - name : Run tests and collect coverage
1818 run : pytest --cov app
1919 - name : Upload coverage to Codecov (arg token)
20- uses : codecov/codecov-action@main
20+ uses : codecov/codecov-action@th/bump-scripts-and-logging
2121 with :
2222 fail_ci_if_error : true
2323 token : ${{ secrets.CODECOV_TOKEN }}
2424 verbose : true
2525 - name : Upload coverage to Codecov (env token)
26- uses : codecov/codecov-action@main
26+ uses : codecov/codecov-action@th/bump-scripts-and-logging
2727 with :
2828 fail_ci_if_error : true
2929 verbose : true
3030 env :
3131 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
3232 - name : Upload coverage to Codecov (no token)
33- uses : codecov/codecov-action@main
33+ uses : codecov/codecov-action@th/bump-scripts-and-logging
3434 with :
3535 fail_ci_if_error : true
3636 verbose : true
3737 - name : Upload coverage to Codecov (oidc)
38- uses : codecov/codecov-action@main
38+ uses : codecov/codecov-action@th/bump-scripts-and-logging
3939 with :
4040 fail_ci_if_error : true
4141 use_oidc : true
You can’t perform that action at this time.
0 commit comments