Skip to content
Snippets Groups Projects
Commit 398f862a authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Fix coverage command

parent d644bbfe
No related branches found
No related tags found
1 merge request!5Residual fixes
......@@ -26,7 +26,7 @@ variables:
- pipenv --site-packages install --dev --pre --skip-lock
# Run Code Checks
- pipenv run black --check .
- pipenv run pytest --cov-report xml:cov.xml --cov=test/
- pipenv run pytest --cov-report xml:cov.xml --cov=geomagio
artifacts:
paths:
- cov.xml
......
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