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

chift-oneapi / chift-python-sdk / 15276047364

27 May 2025 01:04PM UTC coverage: 94.743% (-0.09%) from 94.83%
15276047364

Pull #43

github

web-flow
Merge 9fe4affd8 into 22d9be47e
Pull Request #43: feat: allow requesting raw-data

7 of 11 new or added lines in 2 files covered. (63.64%)

3857 of 4071 relevant lines covered (94.74%)

0.95 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