Skip to content

Commit

Permalink
Merge pull request #49 from LiorHalfon/master
Browse files Browse the repository at this point in the history
Fix dev environment setup
  • Loading branch information
amenezes authored May 9, 2023
2 parents 46c0f13 + 7d48800 commit 60a6ffb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[run]
branch = True
omit = **__init__.py**
**__main__.py
omit = **/__init__.py
**/__main__.py

[report]
show_missing = True
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ codecov
build
types-requests
requests-mock
pre-commit
# flask integration
Flask
# aiohttp integration
Expand Down

0 comments on commit 60a6ffb

Please sign in to comment.