Skip to content
Snippets Groups Projects
Unverified Commit 7824df0e authored by Matt Jankowski's avatar Matt Jankowski Committed by GitHub
Browse files

Exclude `lib/linter` from simplecov report (#25916)

parent c75df62c
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
if ENV['DISABLE_SIMPLECOV'] != 'true'
require 'simplecov'
SimpleCov.start 'rails' do
add_filter 'lib/linter'
add_group 'Policies', 'app/policies'
add_group 'Presenters', 'app/presenters'
add_group 'Serializers', 'app/serializers'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment