Skip to content
Snippets Groups Projects
Commit 9a0f5a0b authored by Chris Pastl's avatar Chris Pastl
Browse files

test: add stage for ci

parent 7ff49da7
No related branches found
No related tags found
1 merge request!35make test and coverage
Pipeline #7729 failed
......@@ -8,6 +8,7 @@
stages:
- build
- test
- deploy
- release
......@@ -31,6 +32,18 @@ build-openapi-scheme:
paths:
- $OPENAPI_JSON
run_test_cases:
stage: test
before_script:
- *install_requirements
script:
- make coverage
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
artifacts:
reports:
coverage_report:
coverage_format: cobertura
path: coverage.xml
deploy_spec:
stage: deploy
......
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