Skip to content

Commit

Permalink
Skip vendored files in coverage report (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc authored Nov 19, 2020
1 parent 7c9a3a7 commit 409ec65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .simplecov
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ SimpleCov.add_group 'contrib', '/lib/ddtrace/contrib'
SimpleCov.add_group 'transport', '/lib/ddtrace/transport'
SimpleCov.add_group 'spec', '/spec/'

# Exclude code not maintained by this project
SimpleCov.add_filter %r{/vendor/}

SimpleCov.coverage_dir ENV.fetch('COVERAGE_DIR', 'coverage')

# Each test run requires its own unique command_name.
Expand Down

0 comments on commit 409ec65

Please sign in to comment.