Merge branch 'master' into develop

This commit is contained in:
Florian Bezannier
2021-06-16 18:12:51 +02:00
9 changed files with 67 additions and 25 deletions
+1 -1
View File
@@ -33,4 +33,4 @@ jobs:
run: |
echo Test
coverage run -m unittest || exit 1
coverage xml -o cobertura.xml && bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r cobertura.xml
[ -n "$CODACY_PROJECT_TOKEN" ] && coverage xml -o cobertura.xml && bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r cobertura.xml