coverage: Enforce full coverage for zilencer/lib/stripe.py.

This commit is contained in:
Vishnu Ks 2018-08-07 19:13:11 +05:30 committed by Rishi Gupta
parent d64ba5d2be
commit 9946202148
1 changed files with 2 additions and 0 deletions

View File

@ -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',