Mark Codacy coverage final on the first step of Documentation stage

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-05-04 10:23:22 +02:00
parent 7e4bfbdefb
commit 7cf78d10bd
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -177,7 +177,9 @@ jobs:
- stage: "Documentation"
name: "Build docs"
before_script: skip
after_script: skip
after_script:
# Mark Codacy coverage final here because all steps of the previous stage did succeed
- bash <(curl -Ls https://coverage.codacy.com/get.sh) final
after_success: skip
install:
- source ~/virtualenv/python3.6/bin/activate