mirror of
https://github.com/bspeice/qadapt
synced 2024-11-24 23:08:11 -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_script: set +e
|
||||||
after_success: |
|
after_success: |
|
||||||
# Build test coverage statistics
|
# Build test coverage statistics
|
||||||
|
if [ -z "$CODECOV" ]; then
|
||||||
wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz && \
|
wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz && \
|
||||||
tar xzf master.tar.gz && \
|
tar xzf master.tar.gz && \
|
||||||
cd kcov-master && \
|
cd kcov-master && \
|
||||||
@ -56,6 +57,7 @@ after_success: |
|
|||||||
done && \
|
done && \
|
||||||
bash <(curl -s https://codecov.io/bash) && \
|
bash <(curl -s https://codecov.io/bash) && \
|
||||||
echo "Uploaded code coverage"
|
echo "Uploaded code coverage"
|
||||||
|
fi
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
Loading…
Reference in New Issue
Block a user