Skip to content

Commit

Permalink
Add pytest-cov config file
Browse files Browse the repository at this point in the history
This commit adds a .coveragerc file to set-up the coverage
requirements when running pytest.
Related #245

Signed-off-by: Lester James V. Miranda <ljvmiranda@gmail.com>
  • Loading branch information
ljvmiranda921 committed Jan 29, 2019
1 parent 5c8feae commit 2a4b8b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
exclude_lines =
pragma: no cover
@abc.abstractmethod
<<<<<<< HEAD
pos = init_pos
=======
>>>>>>> 092ad40... Add pytest-cov config file

0 comments on commit 2a4b8b8

Please sign in to comment.