Skip to content

Commit

Permalink
Exclude pprint from codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
alegonz committed May 16, 2020
1 parent d30aa60 commit 8cae9b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[run]
branch = True
source = baikal
omit = baikal/_core/pprint.py
parallel = True

[report]
Expand Down
2 changes: 2 additions & 0 deletions baikal/_core/pprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Step.__repr__ for pretty-printing steps.
It is derived from the one in scikit-learn:
https://github.com/scikit-learn/scikit-learn/blob/5a4340834d23c4bdcd813ccda24a690ae174c168/sklearn/utils/_pprint.py
TODO: Although we trust this borrowed code, it'd be nice to have test coverage.
"""

# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
Expand Down

0 comments on commit 8cae9b5

Please sign in to comment.