File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
77
--ignore flox/tests \
78
78
--cov=./ --cov-report=xml
79
79
- name : Upload code coverage to Codecov
80
- uses : codecov/codecov-action@v4.3 .1
80
+ uses : codecov/codecov-action@v4.4 .1
81
81
with :
82
82
file : ./coverage.xml
83
83
flags : unittests
@@ -131,7 +131,7 @@ jobs:
131
131
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
132
132
133
133
- name : Upload mypy coverage to Codecov
134
- uses : codecov/codecov-action@v4.3 .1
134
+ uses : codecov/codecov-action@v4.4 .1
135
135
with :
136
136
file : mypy_report/cobertura.xml
137
137
flags : mypy
Original file line number Diff line number Diff line change 52
52
run : |
53
53
pytest -n auto --cov=./ --cov-report=xml
54
54
- name : Upload code coverage to Codecov
55
- uses : codecov/codecov-action@v4.3 .1
55
+ uses : codecov/codecov-action@v4.4 .1
56
56
with :
57
57
file : ./coverage.xml
58
58
flags : unittests
94
94
run : |
95
95
python -m pytest -n auto --cov=./ --cov-report=xml
96
96
- name : Upload code coverage to Codecov
97
- uses : codecov/codecov-action@v4.3 .1
97
+ uses : codecov/codecov-action@v4.4 .1
98
98
with :
99
99
file : ./coverage.xml
100
100
flags : unittests
You can’t perform that action at this time.
0 commit comments