mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-17 08:13:19 +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]
|
||||
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