Skip to content

Commit

Permalink
Merge pull request #4 from Lucino772/development
Browse files Browse the repository at this point in the history
test(coverage): updated .coveragerc & setup.cfg - Reports are generat…
  • Loading branch information
Lucino772 authored Dec 21, 2021
2 parents c9a9666 + a11aa3c commit f99689f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
[run]
branch = True
source = mojang
omit =
setup.py
versioneer.py
mojang/_version.py
mojang/_version.py

[report]
omit =
tests/*
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ select = B,C,E,F,W,T4,B9
exclude = docs,versioneer.py,_version.py

[tool:pytest]
addopts = --doctest-modules --cov=./ ./tests
addopts = --doctest-modules --cov=./ --cov-report=xml ./tests

0 comments on commit f99689f

Please sign in to comment.