Skip to content

Commit

Permalink
another attempt for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed May 9, 2024
1 parent 5f7f5c2 commit 2b6c479
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions microservices/kubeApi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ httpx = "^0.20.0"
pytest-cov = "^5.0.0"
pytest-mock = "^3.14.0"

[tool.coverage.run]
relative_files = true
source = [ "." ]

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

0 comments on commit 2b6c479

Please sign in to comment.