mirror of
https://github.com/bspeice/qadapt
synced 2024-11-24 14:58:12 -05:00
Don't always build code coverage
This commit is contained in:
parent
e5d47f2400
commit
4daa291b1b
@ -41,6 +41,7 @@ script:
|
||||
after_script: set +e
|
||||
after_success: |
|
||||
# Build test coverage statistics
|
||||
if [ -z "$CODECOV" ]; then
|
||||
wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz && \
|
||||
tar xzf master.tar.gz && \
|
||||
cd kcov-master && \
|
||||
@ -56,6 +57,7 @@ after_success: |
|
||||
done && \
|
||||
bash <(curl -s https://codecov.io/bash) && \
|
||||
echo "Uploaded code coverage"
|
||||
fi
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
Loading…
Reference in New Issue
Block a user