File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ pytest:
2929 - pip install --ignore-installed PyYAML
3030 - pip install -e .
3131 script :
32- - python -m pytest -v --durations=0 --cov-report term -cov-report html:${CI_PROJECT_DIR}/cov_s3.html --cov=eoreader ci/on_push --log-cli-level DEBUG
32+ - python -m pytest -v --durations=0 --cov-report term -- cov-report html:${CI_PROJECT_DIR}/cov_s3.html --cov=eoreader ci/on_push --log-cli-level DEBUG
3333 coverage : ' /TOTAL\s+\d+\s+\d+\s+(\d+%)/'
3434 artifacts :
3535 paths :
@@ -62,7 +62,7 @@ pytest_s3:
6262 - pip install --ignore-installed PyYAML
6363 - pip install -e .
6464 script :
65- - python -m pytest -v --durations=0 --cov-report term -cov-report html:${CI_PROJECT_DIR}/cov_s3.html --cov=eoreader ci/on_push --log-cli-level DEBUG --capture=tee-sys
65+ - python -m pytest -v --durations=0 --cov-report term -- cov-report html:${CI_PROJECT_DIR}/cov_s3.html --cov=eoreader ci/on_push --log-cli-level DEBUG --capture=tee-sys
6666 coverage : ' /TOTAL\s+\d+\s+\d+\s+(\d+%)/'
6767 artifacts :
6868 paths :
You can’t perform that action at this time.
0 commit comments