FAQ | This is a LIVE service | Changelog

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

adding coverage

parent a2e74269
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,8 @@ test:
script:
- cd $CI_PROJECT_DIR/tests/unit/coordinator/
- python3 -m coverage run -m unittest example_test.py
- python -m coverage report
- python -m coverage html -d $CI_PROJECT_DIR/coverage
- cd $CI_PROJECT_DIR/tests/integration
# - python3 -m coverage run -m unittest test_deposition.py
# - python3 -m unittest test_deposition.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