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

mariofix / pyflowcl / 26350867953

24 May 2026 03:32AM UTC coverage: 95.339%. Remained the same
26350867953

push

github

mariofix
pre-commit

12 of 12 branches covered (100.0%)

Branch coverage included in aggregate %.

213 of 224 relevant lines covered (95.09%)

4.75 hits per line

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

88.89
pyflowcl/exceptions.py
1
class ConfigException(Exception):
5✔
2
    pass
3

4

5
class ParamsException(Exception):
5✔
6
    pass
7

8

9
class GenericError(Exception):
5✔
10
    def __init__(self, data):
5✔
11
        self.code = data.get("code")
5✔
12
        self.message = data.get("message")
5✔
13
        super().__init__(f"{self.code}: {self.message}")
5✔
14

15
    def __str__(self):
5✔
16
        return f"{self.code}: {self.message}"
×
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

© 2026 Coveralls, Inc