Skip to content

Commit e73be53

Browse files
committed
CI: Add the report back into artifacts
1 parent 518c97b commit e73be53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)