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.4.1
80
+ uses : codecov/codecov-action@v4.5.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.4.1
134
+ uses : codecov/codecov-action@v4.5.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 64
64
run : |
65
65
pytest -n auto --cov=./ --cov-report=xml
66
66
- name : Upload code coverage to Codecov
67
- uses : codecov/codecov-action@v4.4.1
67
+ uses : codecov/codecov-action@v4.5.0
68
68
with :
69
69
file : ./coverage.xml
70
70
flags : unittests
@@ -115,7 +115,7 @@ jobs:
115
115
run : |
116
116
python -m pytest -n auto --cov=./ --cov-report=xml
117
117
- name : Upload code coverage to Codecov
118
- uses : codecov/codecov-action@v4.4.1
118
+ uses : codecov/codecov-action@v4.5.0
119
119
with :
120
120
file : ./coverage.xml
121
121
flags : unittests
You can’t perform that action at this time.
0 commit comments