FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 62974b35 authored by L. Bower's avatar L. Bower
Browse files

adding html test report

parent 960e969f
No related branches found
No related tags found
No related merge requests found
...@@ -92,17 +92,14 @@ stages: ...@@ -92,17 +92,14 @@ stages:
# - echo $PYTHONPATH # - echo $PYTHONPATH
half_fat_tests: half_fat_tests:
when: manual when: always
stage: half-fat stage: half-fat
extends: .half_fat_before_script extends: .half_fat_before_script
image: lb584/ews_coordinator:latest image: lb584/ews_coordinator:latest
script: script:
- cd $CI_PROJECT_DIR/tests/unit/coordinator/ - cd $CI_PROJECT_DIR/tests/integration/partial/
- python3 -m coverage run run_test_suite.py $CI_PROJECT_DIR/test_reports - python3 -m coverage run run_test_suite.py $CI_PROJECT_DIR/test_reports
- python -m coverage report
- python -m coverage html -d $CI_PROJECT_DIR/coverage
# - cd $CI_PROJECT_DIR/tests/integration/partial/
# - python3 -m coverage run -m unittest test_advisory.py # - python3 -m coverage run -m unittest test_advisory.py
# - python3 -m coverage run -m unittest test_deposition.py # - python3 -m coverage run -m unittest test_deposition.py
# - python3 -m coverage run -m unittest test_env_suit.py # - python3 -m coverage run -m unittest test_env_suit.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment