CI: run the build_manifest.py tests
This commit is contained in:
parent
2e2864cde7
commit
0fd632e833
15
.gitlab-ci.yml
Normal file
15
.gitlab-ci.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
stages:
|
||||||
|
- test
|
||||||
|
|
||||||
|
test manifest:
|
||||||
|
image: "fedora"
|
||||||
|
stage: "test"
|
||||||
|
before_script:
|
||||||
|
- dnf install -y python3-pytest python3-pytest-cov python3-requests
|
||||||
|
script:
|
||||||
|
- pytest-3 --junitxml=junit.xml --cov=build_manifest gitlab/build_manifest.py
|
||||||
|
coverage: '/TOTAL.*\s+(\d+%)$/'
|
||||||
|
artifacts:
|
||||||
|
reports:
|
||||||
|
junit:
|
||||||
|
- "junit.xml"
|
Loading…
x
Reference in New Issue
Block a user