mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-27 15:01:08 +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]
|
||||
omit = [".env/*"]
|
||||
omit = [
|
||||
".env/*",
|
||||
"project_euler/*"
|
||||
]
|
||||
sort = "Cover"
|
||||
|
||||
[tool.codespell]
|
||||
|
|
Loading…
Reference in New Issue
Block a user