mirror of https://github.com/zulip/zulip.git
coverage: Enforce full coverage for zilencer/lib/stripe.py.
This commit is contained in:
parent
d64ba5d2be
commit
9946202148
|
@ -28,6 +28,8 @@ target_fully_covered = {path for target in [
|
|||
# zerver/ and zerver/lib/ are important core files
|
||||
'zerver/*.py',
|
||||
'zerver/lib/*.py',
|
||||
# stripe.py handles billing
|
||||
'zilencer/lib/stripe.py',
|
||||
# Test files should have 100% coverage; test code that isn't run
|
||||
# is likely a bug in the test.
|
||||
'zerver/tests/*.py',
|
||||
|
|
Loading…
Reference in New Issue