Skip to content

Commit

Permalink
build(setup): add coverage setting to fix missing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
arasHi87 committed Mar 14, 2023
1 parent 0f401bd commit 4bcb04c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.cfg
Expand Up @@ -22,4 +22,10 @@ max-line-length=120

[flake8]
exclude=__init__.py,migrate
max-line-length=120
max-line-length=120

[coverage:run]
branch = True
concurrency =
greenlet
thread

0 comments on commit 4bcb04c

Please sign in to comment.