Skip to content

Commit

Permalink
Added groups to coverage and removed filter for spec
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoneira committed Nov 28, 2019
1 parent 79be61a commit c3d5b96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/coverage_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@

SimpleCov.start do
add_filter 'lib/rasti/db/nql/syntax.rb'
add_filter 'spec/'

add_group 'Rasti::DB', 'lib'
add_group 'Spec', 'spec'
end

0 comments on commit c3d5b96

Please sign in to comment.