Skip to content
Snippets Groups Projects
Commit bd986328 authored by Ruben Young On's avatar Ruben Young On
Browse files

Coverage is now part of the test stage

parent 2d091627
No related branches found
No related tags found
2 merge requests!17Add pregrading,!9Add pytest coverage
Pipeline #17633 passed
......@@ -4,7 +4,6 @@ image: zesje/base
stages:
- build
- test
- coverage
# Special hidden job that is merged with JS jobs
.node_modules: &node_modules
......@@ -57,6 +56,6 @@ lint_py:
cov:
<<: *python_packages
stage: coverage
stage: test
script:
- python -m pytest --cov=zesje
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