Skip to content

Commit

Permalink
Restore pyproj
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp committed Jul 8, 2024
1 parent 87b2415 commit 8341902
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 @@ -86,6 +86,12 @@ allure-pytest-collection-report = {git = "https://github.com/canonical/data-plat
[tool.coverage.run]
branch = true

[tool.coverage.report]
show_missing = true
exclude_lines = [
"logger\\.debug"
]

[tool.pytest.ini_options]
minversion = "6.0"
log_cli_level = "INFO"
Expand Down

0 comments on commit 8341902

Please sign in to comment.