mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 20:21:35 +00:00
Exclude gRPC, tests and mocks from coverage reports
This commit is contained in:
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*",
|
||||
]
|
Loading…
Reference in New Issue
Block a user