mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-24 02:16:14 +00:00
check if variable is set
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user