FAQ | This is a LIVE service | Changelog

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

adding coverage

parent a31121b0
No related branches found
No related tags found
No related merge requests found
......@@ -54,10 +54,12 @@ before_script:
test:
script:
- python3 -m unittest -m coverage html test_deposition.py
- python3 -m coverage run -m unittest test_deposition.py
# - python3 -m unittest test_env_suit.py
# - python3 -m unittest test_survey.py
# - python3 -m unittest test_advisory.py
- python coverage report
- python coverage html
artifacts:
paths:
- coverage
......
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