FAQ | This is a LIVE service | Changelog

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

adding coverage

parent 39dd05b4
No related branches found
No related tags found
No related merge requests found
...@@ -55,13 +55,13 @@ before_script: ...@@ -55,13 +55,13 @@ before_script:
test: test:
script: script:
# - python3 -m coverage run -m unittest test_deposition.py - python3 -m coverage run -m unittest test_deposition.py
- python3 -m unittest test_deposition.py # - python3 -m unittest test_deposition.py
# - python3 -m unittest test_env_suit.py # - python3 -m unittest test_env_suit.py
# - python3 -m unittest test_survey.py # - python3 -m unittest test_survey.py
# - python3 -m unittest test_advisory.py # - python3 -m unittest test_advisory.py
- python coverage report - python -m coverage report
- python coverage html - python -m coverage html
artifacts: artifacts:
paths: paths:
- coverage - coverage
......
...@@ -30,6 +30,7 @@ dependencies: ...@@ -30,6 +30,7 @@ dependencies:
- conda-content-trust=0.1.1=pyhd3eb1b0_0 - conda-content-trust=0.1.1=pyhd3eb1b0_0
- conda-package-handling=1.7.3=py39h27cfd23_1 - conda-package-handling=1.7.3=py39h27cfd23_1
- contextily=1.0.1=py_0 - contextily=1.0.1=py_0
- coverage=6.5.0=pypi_0
- cryptography=36.0.0=py39h9ce1e76_0 - cryptography=36.0.0=py39h9ce1e76_0
- curl=7.78.0=hea6ffbf_0 - curl=7.78.0=hea6ffbf_0
- cycler=0.11.0=pyhd8ed1ab_0 - cycler=0.11.0=pyhd8ed1ab_0
......
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