mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 10:28:39 +00:00
Omit project_euler/
from coverage reports (#10469)
* Omit project_euler/ and scripts/ from coverage reports * Add scripts/ back into coverage reports
This commit is contained in:
parent
b5474ab68a
commit
755659a62f
@ -128,7 +128,10 @@ addopts = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[tool.coverage.report]
|
[tool.coverage.report]
|
||||||
omit = [".env/*"]
|
omit = [
|
||||||
|
".env/*",
|
||||||
|
"project_euler/*"
|
||||||
|
]
|
||||||
sort = "Cover"
|
sort = "Cover"
|
||||||
|
|
||||||
[tool.codespell]
|
[tool.codespell]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user