File tree 2 files changed +4
-4
lines changed
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.0 .0
80
+ uses : codecov/codecov-action@v4.1 .0
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.0 .0
134
+ uses : codecov/codecov-action@v4.1 .0
135
135
with :
136
136
file : mypy_report/cobertura.xml
137
137
flags : mypy
Original file line number Diff line number Diff line change 49
49
run : |
50
50
pytest -n auto --cov=./ --cov-report=xml
51
51
- name : Upload code coverage to Codecov
52
- uses : codecov/codecov-action@v4.0 .0
52
+ uses : codecov/codecov-action@v4.1 .0
53
53
with :
54
54
file : ./coverage.xml
55
55
flags : unittests
93
93
run : |
94
94
python -m pytest -n auto --cov=./ --cov-report=xml
95
95
- name : Upload code coverage to Codecov
96
- uses : codecov/codecov-action@v4.0 .0
96
+ uses : codecov/codecov-action@v4.1 .0
97
97
with :
98
98
file : ./coverage.xml
99
99
flags : unittests
You can’t perform that action at this time.
0 commit comments