Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
60e09751da
|
@ -25,5 +25,5 @@ test:
|
||||
stage: test
|
||||
image: python:3-alpine
|
||||
before_script:
|
||||
- pip install pytest --no-cache-dir
|
||||
script: pytest --showlocals .
|
||||
- pip install pytest pytest-cov --no-cache-dir
|
||||
script: pytest --showlocals --cov=main --cov=main_test --cov-report=term-missing .
|
||||
|
Reference in New Issue
Block a user