Skip to content

Commit

Permalink
setup.cfg: Add coverage options for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
sils committed Feb 7, 2016
1 parent 9e4daa6 commit c7de186
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ norecursedirs = .git
python_files = *Test.py
python_classes = *Test
python_functions = *_test
addopts = --cov=coalib --cov=bears

1 comment on commit c7de186

@WJCode
Copy link
Contributor

@WJCode WJCode commented on c7de186 Feb 7, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack

Please sign in to comment.