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:
parent
7c7223982a
commit
0f91f635ac
|
@ -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/;
|
||||
|
|
Loading…
Reference in a new issue