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
+ 2
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:
Loading