Skip to content

Commit

Permalink
exclude warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Oct 14, 2024
1 parent fb938bc commit 85716a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/test_with_coverage
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
# only build the require_spec binary if it's not already built
if [ ! -f "$DIR/bin/require_spec" ]; then
echo "building require_spec binary..."
crystal build "$DIR/script/require_spec.cr" -D skip-integration -o "$DIR/bin/require_spec"
crystal build "$DIR/script/require_spec.cr" -D skip-integration -o "$DIR/bin/require_spec" --exclude-warnings $SHARDS_INSTALL_PATH
fi

$KCOV_BIN --clean --include-path=$DIR/src "$DIR/coverage" "$DIR/bin/require_spec"
Expand Down

0 comments on commit 85716a3

Please sign in to comment.