-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plans + subscriptions redesign (#615)
Co-authored-by: Timothy Ogbemudia <[email protected]> Co-authored-by: mnida <[email protected]> Co-authored-by: mnida <[email protected]> Co-authored-by: Soham Parekh <[email protected]> Co-authored-by: gitstart-lotus <[email protected]> Co-authored-by: gitstart-lotus <[email protected]> Co-authored-by: David Janda <[email protected]> Co-authored-by: meehawk <[email protected]> Co-authored-by: Soham Parekh <[email protected]>
- Loading branch information
1 parent
4906891
commit d214ac2
Showing
153 changed files
with
35,641 additions
and
9,172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
[run] | ||
omit = */tests/*, */migrations/*, */management/*, */template_tags/*, */lotus/*, */manage.py, */model_backend.py | ||
omit = */migrations/*, */management/*, */template_tags/*, */manage.py, */model_backend.py, */settings.py, */urls.py, */wsgi.py, */tests/* | ||
include = metering_billing/*, api/* | ||
|
||
[report] | ||
show_missing = True | ||
precision = 1 | ||
exclude_lines = | ||
pragma: no cover | ||
raise NotImplementedError | ||
if __name__ == .__main__.: |
Oops, something went wrong.