Added manga-py source
This commit is contained in:
7
manga-py-stable_1.x/helpers/after_script.sh
Normal file
7
manga-py-stable_1.x/helpers/after_script.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ "$allow_deploy" = "true" ]]
|
||||
then
|
||||
coverage xml
|
||||
./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT || true
|
||||
fi
|
||||
Reference in New Issue
Block a user