Skip to content

Commit

Permalink
🔧 excl async mirror code in test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Oct 24, 2024
1 parent 6e0bec9 commit 9d14800
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ test = [
extend_exclude = '/(\.venv.*)/'
line-length = 88

[tool.coverage.run]
# omit anything generated / mirror to sync code
omit = [
"prawcore/_async/*"
]

[tool.isort]
profile = 'black'
skip_glob = '.venv*'
Expand Down

0 comments on commit 9d14800

Please sign in to comment.