Skip to content
Snippets Groups Projects

Add unit test coverage

Merged Bastien Abadie requested to merge coverage into master
All threads resolved!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 5
2
@@ -10,7 +10,7 @@ cache:
linter:
stage: test
image: python:3
image: python:3.10
cache:
paths:
@@ -31,7 +31,7 @@ linter:
tests:
stage: test
image: python:3
image: python:3.10
cache:
paths:
@@ -43,6 +43,9 @@ tests:
script:
- tox
# Process coverage report so that it shows up in Gitlab interface
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
bump-python-deps:
stage: release
image: registry.gitlab.teklia.com/infra/devops:latest
Loading