File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 run : |
127127 if [[ "$DIST" == "ubuntu-noble" && "$COMPILER" == "gcc13" && "$batsched" == "off" ]]; then
128128 docker exec -w /home/wrench/wrench/build wrench lcov --ignore-errors mismatch --directory . --capture --output-file coverage.info;
129- docker exec -w /home/wrench/wrench/build wrench lcov --remove coverage.info '*/test/*' '*/examples/*' '*/include/*' --output-file coverage.info;
129+ docker exec -w /home/wrench/wrench/build wrench lcov --remove coverage.info --ignore-errors unused,unused '*/test/*' '*/examples/*' '*/include/*' --output-file coverage.info;
130130 docker cp wrench:/home/wrench/wrench/build/coverage.info .;
131131 bash <(curl -s https://codecov.io/bash) -f coverage.info -t ${CODECOV_TOKEN};
132132 fi
You can’t perform that action at this time.
0 commit comments