Skip to content

Commit

Permalink
Update simplecov config to ignore the tests and tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Jul 11, 2024
1 parent 9a7f976 commit d3bf642
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .simplecov
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
SimpleCov.start "rails" do
add_filter "version.rb"
add_filter "test"
add_filter "lib/tasks"
end

0 comments on commit d3bf642

Please sign in to comment.