Skip to content

Commit

Permalink
fixing coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Nov 29, 2023
1 parent a180a1f commit bc9ee7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/publish_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit bc9ee7e

Please sign in to comment.