2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

feat(backend): record contexts for coverage (#9643)

* feat(backend): Record contexts for coverage

* add docs
This commit is contained in:
Matthias Mair
2025-05-07 22:28:06 +02:00
committed by GitHub
parent 34db1a2a49
commit 0b228761b4
3 changed files with 19 additions and 0 deletions

View File

@ -102,6 +102,10 @@ generate-hashes=true
[tool.coverage.run]
source = ["src/backend/InvenTree", "InvenTree"]
dynamic_context = "test_function"
[tool.coverage.html]
show_contexts = true
[tool.djlint]
ignore = "D018,H006,H008,H020,H021,H023,H025,H030,H031,T002"