Commit 6c31faa 1 parent 25f11b9 commit 6c31faa Copy full SHA for 6c31faa
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 17
17
python-version : ['3.x']
18
18
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v4
21
21
- name : Set up Python ${{ matrix.python-version }}
22
- uses : actions/setup-python@v2
22
+ uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
25
- name : Install dependencies
@@ -36,10 +36,11 @@ jobs:
36
36
run : |
37
37
cd tests && pytest --cov=./ --cov-report=xml
38
38
- name : Upload Coverage Report
39
- uses : codecov/codecov-action@v1
39
+ uses : codecov/codecov-action@v4.0.1
40
40
with :
41
+ token : ${{ secrets.CODECOV_TOKEN }}
41
42
files : tests/coverage.xml
42
43
env_vars : OS,PYTHON
43
44
name : codecov-umbrella
44
45
fail_ci_if_error : true
45
- path_to_write_report : ./coverage/codecov_report.txt
46
+ # path_to_write_report: ./coverage/codecov_report.txt
You can’t perform that action at this time.
0 commit comments