diff --git a/.ci/publish_coverage.sh b/.ci/publish_coverage.sh index f7402af2f8..b32b2b23bb 100755 --- a/.ci/publish_coverage.sh +++ b/.ci/publish_coverage.sh @@ -13,7 +13,7 @@ sudo apt-get -y -q install lcov ARGS="" -for file in `ls $ARTIFACT_FOLDER`; do +for file in `ls $ARTIFACT_FOLDER | grep ".info"`; do ARGS="-a ${ARTIFACT_FOLDER}/${file}"