• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

SkylerHu / django-tree-perm / 11597584993

30 Oct 2024 04:32PM UTC coverage: 100.0% (+0.3%) from 99.713%
11597584993

push

github

SkylerHu
ci: for coverage

246 of 246 branches covered (100.0%)

Branch coverage included in aggregate %.

798 of 798 relevant lines covered (100.0%)

1.0 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/django_tree_perm/exceptions.py
1
#!/usr/bin/env python
2
# coding=utf-8
3

4

5
class TreeBaseException(Exception):
1✔
6
    """内部异常基类"""
7

8
    pass
1✔
9

10

11
class ParamsValidateException(TreeBaseException):
1✔
12
    """参数校验异常"""
13

14
    pass
1✔
15

16

17
class PermDenyException(TreeBaseException):
1✔
18
    """无权限操作异常"""
19

20
    pass
1✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc