Skip to content

Commit 84f35c0

Browse files
authored
spec/make-coverage: do not cat profile files (#123)
1 parent 62189f5 commit 84f35c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/make-coverage

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ for file in ./spec/indent/*_spec.rb; do
1616
bundle exec rspec "$file" $RSPEC_OPTIONS || ret=1
1717

1818
for p in "${PYTHON_PEP8_INDENT_TEST_PROFILE_BASE}".*; do
19-
cat "$p"
2019
covimerage write_coverage --append "$p"
2120
rm "$p"
2221
covimerage report -m

0 commit comments

Comments
 (0)