Skip to content
Snippets Groups Projects
Verified Commit b9d399d4 authored by David Hoese's avatar David Hoese
Browse files

More debugging

parent 4ba834c6
No related branches found
No related tags found
No related merge requests found
Pipeline #11545 failed
......@@ -51,7 +51,10 @@ tests:
- ssec_shared
script:
- ls -l
# - export PATH="$PATH:${PWD}"
- echo ${PWD}
- export PATH="$PATH:${PWD}"
- echo $PATH
- hello
- pip install pytest pytest-cov
- pytest --cov=. test.py
coverage: '/TOTAL.*\s+(\d+%)$/'
......
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