summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb3466c..a263d1b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -66,7 +66,7 @@ tests:debian_with_bubblewrap:
66 <<: *prepare_env 66 <<: *prepare_env
67 script: 67 script:
68 - su - mat2 -c "python3-coverage run --branch -m unittest discover -s tests/" 68 - su - mat2 -c "python3-coverage run --branch -m unittest discover -s tests/"
69 - su - mat2 -c "python3-coverage report --fail-under=100 -m --include 'libmat2/*'" 69 - su - mat2 -c "python3-coverage report --fail-under=95 -m --include 'libmat2/*'"
70 70
71tests:fedora: 71tests:fedora:
72 image: $CONTAINER_REGISTRY:fedora 72 image: $CONTAINER_REGISTRY:fedora