feat: get version arg

This commit is contained in:
Florian Bezannier
2022-04-19 21:46:49 +02:00
parent ef72196bf3
commit 9833a0ede4
5 changed files with 25 additions and 1 deletions
+1
View File
@@ -41,4 +41,5 @@ jobs:
echo Test
source .venv/bin/activate
coverage run -m unittest || exit 1
coverage report
[ -n "$CODACY_PROJECT_TOKEN" ] && coverage combine && coverage xml -o cobertura.xml && bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r cobertura.xml