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

chift-oneapi / chift-python-sdk / 6143325214

11 Sep 2023 07:31AM UTC coverage: 99.328%. Remained the same
6143325214

push

github-actions

tdetry
 [CI] publish on click

2659 of 2677 relevant lines covered (99.33%)

0.99 hits per line

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

87.5
/chift/api/exceptions.py
1
class ChiftException(Exception):
1✔
2
    def __init__(self, message, error_code=None, detail=None):
1✔
3
        super().__init__(message)
1✔
4

5
        self.message = message
1✔
6
        self.error_code = error_code or ""
1✔
7
        self.detail = detail or ""
1✔
8

9
    def __str__(self):
1✔
10
        return f"Chift Exception: {self.error_code} {self.message} {self.detail}"
×
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