mirror of
https://github.com/bspeice/qadapt
synced 2024-11-14 10:08:08 -05:00
Don't include tests in codecov
This commit is contained in:
parent
a31bacf9fd
commit
975f041523
@ -56,7 +56,7 @@ after_success: |
|
||||
rm -rf kcov-master && \
|
||||
for file in target/debug/*-*[^\.d]; do \
|
||||
mkdir -p "target/cov/$(basename $file)"; \
|
||||
./kcov-build/usr/local/bin/kcov --exclude-pattern=/.cargo,/usr/lib --verify "target/cov/$(basename $file)" "$file"; \
|
||||
./kcov-build/usr/local/bin/kcov --exclude-pattern=/.cargo,/usr/lib,tests/ --verify "target/cov/$(basename $file)" "$file"; \
|
||||
done && \
|
||||
bash <(curl -s https://codecov.io/bash) && \
|
||||
echo "Uploaded code coverage"
|
||||
|
Loading…
Reference in New Issue
Block a user