Skip to content

Commit

Permalink
remove .coveragerc root clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Feb 18, 2021
1 parent 16ef703 commit 0db33c6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .coveragerc

This file was deleted.

12 changes: 12 additions & 0 deletions setup.cfg
Expand Up @@ -118,3 +118,15 @@ markers=
python_files=tests_*.py
testpaths=tests
addopts=-v --tb=short -rxs -W=error --durations=0 --durations-min=0.1

[coverage:run]
branch=True
include=tqdm/*
omit=
tqdm/contrib/bells.py
tqdm/contrib/discord.py
tqdm/contrib/telegram.py
tqdm/contrib/utils_worker.py
relative_files=True
[coverage:report]
show_missing=True

0 comments on commit 0db33c6

Please sign in to comment.