Skip to content

Commit

Permalink
Merge pull request #41 from ARYAN-NIKNEZHAD/chore/move-coverage-config
Browse files Browse the repository at this point in the history
🔧  Move Coverage Config
  • Loading branch information
sepehr-akbarzadeh authored Aug 20, 2024
2 parents a55db36 + 0134e75 commit cd71d6e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .coveragerc

This file was deleted.

12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,18 @@ version = "0.1.0"
addopts = "--strict-markers"
testpaths = ["tests"]

[tool.coverage.run]
branch = true
source = ["sage_imap"]

[tool.coverage.report]
omit = [
"tests/*",
".tox/*",
"docs/*"
]


[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit cd71d6e

Please sign in to comment.