Skip to content

Commit

Permalink
MAINT merge .coveragerc into setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonllee committed Mar 22, 2021
1 parent 9bd0d74 commit 7c4b78c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .coveragerc

This file was deleted.

7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ extend-ignore = E203
# Adding -p no:doctest to disable pytest's own doctest,
# which may interferes with Sybil's doctest parsers.
addopts = --verbose --strict-markers -p no:doctest

[coverage:run]
source = pycantonese/
branch = True

[coverage:report]
show_missing = True

0 comments on commit 7c4b78c

Please sign in to comment.