ci: codecov.io: ignore appending adjustments

The process seems to drop many files, ignoring per recommendation from
codecov.io

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2018-01-04 14:29:28 -05:00 committed by Anas Nashif
parent 7c7223982a
commit 0f91f635ac

View file

@ -75,7 +75,7 @@ build:
- gcovr -r ${ZEPHYR_BASE} -x > shippable/codecoverage/coverage.xml
- mv sanity-out/native_posix/ coverage_native_posix/
- rm -rf sanity-out out-2nd-pass
- bash <(curl -s https://codecov.io/bash) -f '!*.lst' -X coveragepy
- bash <(curl -s https://codecov.io/bash) -f '!*.lst' -X coveragepy -X fixes
- >
if [ -e compliance.xml ]; then
cp compliance.xml shippable/testresults/;
@ -92,7 +92,7 @@ build:
- gcovr -r ${ZEPHYR_BASE} -x > shippable/codecoverage/coverage.xml
- mv sanity-out/native_posix/ coverage_native_posix/
- rm -rf sanity-out out-2nd-pass
- bash <(curl -s https://codecov.io/bash) -f '!*.lst' -X coveragepy
- bash <(curl -s https://codecov.io/bash) -f '!*.lst' -X coveragepy -X fixes
- >
if [ -e compliance.xml ]; then
cp compliance.xml shippable/testresults/;