mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-26 10:17:18 +00:00
ci: fix release
This commit is contained in:
@@ -43,4 +43,9 @@ jobs:
|
||||
coverage run -m unittest || exit 11
|
||||
coverage combine
|
||||
coverage report
|
||||
[ -n "$CODACY_PROJECT_TOKEN" ] && coverage xml -o cobertura.xml && bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r cobertura.xml
|
||||
if [ -n "$CODACY_PROJECT_TOKEN" ]; then
|
||||
coverage xml -o cobertura.xml
|
||||
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r cobertura.xml
|
||||
else
|
||||
echo no CODACY_PROJECT_TOKEN
|
||||
fi
|
||||
Reference in New Issue
Block a user