fixes
This commit is contained in:
parent
1178191d25
commit
fd8b2a41f6
@ -8,6 +8,9 @@
|
||||
artifacts:
|
||||
reports:
|
||||
junit: [ '**/report.xml' ]
|
||||
coverage_report:
|
||||
coverage_format: cobertura
|
||||
path: '**/coverage.xml'
|
||||
|
||||
test:
|
||||
extends: .test
|
||||
@ -18,15 +21,10 @@ test:
|
||||
- pytest test_decrypt.py
|
||||
- test_instance_token.py
|
||||
script:
|
||||
- echo "Testing $TEST_FILE" ...
|
||||
- coverage run -m pytest $TEST_FILE --junitxml=report.xml --suppress-no-test-exit-code
|
||||
- coverage report $TEST_FILE
|
||||
- coverage xml $TEST_FILE
|
||||
artifacts:
|
||||
reports:
|
||||
junit: [ "**/report.xml" ]
|
||||
coverage_report:
|
||||
coverage_format: cobertura
|
||||
path: "**/coverage.xml"
|
||||
|
||||
docker:inspect:
|
||||
rules:
|
||||
|
Loading…
Reference in New Issue
Block a user