combine coverage res

This commit is contained in:
Florian Bezannier
2021-06-23 16:27:35 +02:00
parent a2e909d463
commit 70cd1fbf57
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -33,4 +33,4 @@ jobs:
run: |
echo Test
coverage run -m unittest || exit 1
[ -n "$CODACY_PROJECT_TOKEN" ] && coverage xml -o cobertura.xml && bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r cobertura.xml
[ -n "$CODACY_PROJECT_TOKEN" ] && coverage combine && coverage xml -o cobertura.xml && bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r cobertura.xml