Skip to content

Commit

Permalink
Add relative_files option to coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lrafeei committed May 2, 2023
1 parent 4f6b945 commit cf12e87
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -499,17 +499,17 @@ usefixtures =
collector_agent_registration

[coverage:run]
relative_files = True
branch = True
omit =
newrelic/packages/*
newrelic/hooks/adapter_meinheld.py
newrelic/hooks/adapter_flup.py
newrelic/hooks/component_piston.py
newrelic/hooks/external_dropbox.py
newrelic/hooks/external_facepy.py
newrelic/hooks/external_xmlrpclib.py
newrelic/hooks/framework_pylons.py
newrelic/hooks/framework_web2py.py
omit = "newrelic/packages/*"
; newrelic/hooks/adapter_meinheld.py
; newrelic/hooks/adapter_flup.py
; newrelic/hooks/component_piston.py
; newrelic/hooks/external_dropbox.py
; newrelic/hooks/external_facepy.py
; newrelic/hooks/external_xmlrpclib.py
; newrelic/hooks/framework_pylons.py
; newrelic/hooks/framework_web2py.py
parallel = True
disable_warnings = couldnt-parse

Expand Down

0 comments on commit cf12e87

Please sign in to comment.