Skip to content

Commit

Permalink
Increase the bulk wait period
Browse files Browse the repository at this point in the history
  • Loading branch information
hntd187 committed Oct 4, 2019
1 parent 58c84e4 commit c05e070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ zip -0 $COVERAGE_DIR/ccov.zip `find . \( -name "*toshi*.gc*" \) -print`;

grcov $COVERAGE_DIR/ccov.zip -s . -t lcov --llvm -o $COVERAGE_DIR/lcov.info \
--ignore-not-existing \
--ignore-dir "/*"
--ignore "/*"


if [[ "$OUTPUT" == "Html" ]]; then
Expand Down

0 comments on commit c05e070

Please sign in to comment.