Skip to content

Commit

Permalink
Add filters to only calculate coverage for relevant files
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Feb 17, 2023
1 parent 440428d commit 784e438
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
]

SimpleCov.start do
add_filter "lib/skunk/version.rb"
add_filter "test/lib"

track_files "lib/**/*.rb"
end

Expand Down

0 comments on commit 784e438

Please sign in to comment.