1
0
Fork 0

Don't be silly

This commit is contained in:
jvoisin 2020-11-23 19:55:35 +01:00
parent 8bea98911e
commit 88b7ec2c48
1 changed files with 1 additions and 1 deletions

View File

@ -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