diff options
| author | jvoisin <julien.voisin@dustri.org> | 2020-11-23 19:55:35 +0100 |
|---|---|---|
| committer | jvoisin <julien.voisin@dustri.org> | 2020-11-23 19:55:35 +0100 |
| commit | 88b7ec2c48a63b158ee69b14dadc506f3359df5f (patch) | |
| tree | 946879ad78ba2ce1e2b9b213ed29274849f75101 | |
| parent | 8bea98911ed155c3c4411723936474084a1217eb (diff) | |
| download | external_mat2-88b7ec2c48a63b158ee69b14dadc506f3359df5f.tar.gz external_mat2-88b7ec2c48a63b158ee69b14dadc506f3359df5f.tar.bz2 external_mat2-88b7ec2c48a63b158ee69b14dadc506f3359df5f.zip | |
Don't be silly
| -rw-r--r-- | .gitlab-ci.yml | 2 |
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: <<: *prepare_env script: - su - mat2 -c "python3-coverage run --branch -m unittest discover -s tests/" - - su - mat2 -c "python3-coverage report --fail-under=100 -m --include 'libmat2/*'" + - su - mat2 -c "python3-coverage report --fail-under=95 -m --include 'libmat2/*'" tests:fedora: image: $CONTAINER_REGISTRY:fedora |
