mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-18 08:43:14 +00:00
Exclude gRPC, tests and mocks from coverage reports
This commit is contained in:

committed by
Reckless_Satoshi

parent
4efc59d416
commit
68b1186277
@ -1,2 +1,11 @@
|
|||||||
[tool.isort]
|
[tool.isort]
|
||||||
profile = "black"
|
profile = "black"
|
||||||
|
|
||||||
|
[tool.coverage.run]
|
||||||
|
omit = [
|
||||||
|
# omit grpc proto from coverage reports
|
||||||
|
"api/lightning/*pb2*",
|
||||||
|
# omit test and mocks from coverage reports
|
||||||
|
"tests/*",
|
||||||
|
"*mocks*",
|
||||||
|
]
|
Reference in New Issue
Block a user