Merge lp://staging/~lvh/divmod.org/fix-coveragerc-path into lp://staging/divmod.org
Proposed by
Laurens Van Houtven
Status: | Merged |
---|---|
Approved by: | Tristan Seligmann |
Approved revision: | 2738 |
Merged at revision: | 2739 |
Proposed branch: | lp://staging/~lvh/divmod.org/fix-coveragerc-path |
Merge into: | lp://staging/divmod.org |
Diff against target: |
29 lines (+4/-3) 2 files modified
Axiom/.coveragerc (+2/-1) Axiom/tox.ini (+2/-2) |
To merge this branch: | bzr merge lp://staging/~lvh/divmod.org/fix-coveragerc-path |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Tristan Seligmann | Approve | ||
Review via email: mp+202734@code.staging.launchpad.net |
Description of the change
Because we no longer run tox in the Axiom project directory, coverage can't find .coveragerc; so we get a lot of stupidly verbose output. This fixes that.
To post a comment you must log in.