mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-26 10:17:18 +00:00
feat: get version arg
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user