Skip to content

Commit 16807bc

Browse files
committed
update coverage
1 parent 89f23d4 commit 16807bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/coverage/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ runs:
9292
else
9393
report=ylt-cov-report
9494
fi
95-
llvm-cov show $(find . -maxdepth 1 -type f -executable | awk '{print "-object " $0}' | xargs) -instr-profile=test_ylt.profdata -format=html -output-dir=$report -ignore-filename-regex='thirdparty|src|template_switch' -show-instantiations=false
95+
llvm-cov show $(find . -maxdepth 1 -type f -executable | awk '{print "-object " $0}' | xargs) -instr-profile=test_ylt.profdata -format=html -output-dir=$report -ignore-filename-regex='thirdparty|src|template_switch|concurrentqueue|dragonbox_to_chars.hpp|dragonbox.hpp|expected.hpp|' -show-instantiations=false
9696
echo "path=build/output/tests/$report" >> $GITHUB_OUTPUT
9797
cov_data=$(grep -w '<pre>Totals</pre>' $report/index.html | awk -F 'Totals' '{print $NF}' | cut -d ')' -f 2 | awk -F '>' '{print $NF}' | awk -F '%' '{print $1}')
9898
echo "coverage data: $cov_data"

0 commit comments

Comments
 (0)