Skip to content

Commit

Permalink
Align coverage.txt with 12e8666
Browse files Browse the repository at this point in the history
Running `bundle exec rake` on fe8b6f2
produced these changes in `coverage.txt` (despite there being no changes
in my working directory).

It seems that 12e8666 removed 3 lines
from `base.rb` which meant the line numbers in the coverage report were
off by three for that file.
  • Loading branch information
rmacklin committed Jul 3, 2020
1 parent fe8b6f2 commit 9e8154f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverage/coverage.txt
Expand Up @@ -3,7 +3,7 @@ Incomplete test coverage
--------------------------------------------------------------------------------

/app/controllers/view_components_controller.rb: 97.22% (missed: 49)
/lib/view_component/base.rb: 97.86% (missed: 181,268,296,359)
/lib/view_component/base.rb: 97.86% (missed: 178,265,293,356)
/lib/view_component/preview.rb: 92.31% (missed: 32,42,78)
/lib/view_component/render_to_string_monkey_patch.rb: 83.33% (missed: 9)
/lib/view_component/test_helpers.rb: 95.45% (missed: 17)
Expand Down

0 comments on commit 9e8154f

Please sign in to comment.