File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129
129
130
130
init_cime
131
131
132
- pytest -vvv --machine docker --no-fortran-run CIME/tests/test_unit*
132
+ pytest -vvv --cov=CIME -- machine docker --no-fortran-run CIME/tests/test_unit*
133
133
134
134
# Run system tests
135
135
system-testing :
@@ -182,7 +182,7 @@ jobs:
182
182
183
183
conda activate base
184
184
185
- pytest -vvv --machine docker --no-fortran-run --no-teardown CIME/tests/test_sys*
185
+ pytest -vvv --cov=CIME -- machine docker --no-fortran-run --no-teardown CIME/tests/test_sys*
186
186
- name : Create testing log archive
187
187
if : ${{ failure() }}
188
188
shell : bash
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ console_scripts =
16
16
17
17
[tool:pytest]
18
18
junit_family =xunit2
19
- addopts = --cov =CIME --cov-report term-missing --cov-report html:test_coverage/html --cov-report xml:test_coverage/coverage.xml -s
20
19
python_files = test_*.py
21
20
testpaths =
22
21
CIME/tests
You can’t perform that action at this time.
0 commit comments