Skip to content

Commit

Permalink
TST: Omit tests folders from coverage
Browse files Browse the repository at this point in the history
xref pandas-dev#12634

Author: Gábor Lipták <[email protected]>

Closes pandas-dev#12721 from gliptak/covomit and squashes the following commits:

8bfbb59 [Gábor Lipták] Omit tests folders from coverage
  • Loading branch information
gliptak authored and jreback committed Mar 31, 2016
1 parent 9b90016 commit 48f39af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# .coveragerc to control coverage.py
[run]
branch = False
omit = */tests/*

[report]
# Regexes for lines to exclude from consideration
Expand All @@ -23,4 +24,4 @@ exclude_lines =
ignore_errors = False

[html]
directory = coverage_html_report
directory = coverage_html_report

0 comments on commit 48f39af

Please sign in to comment.