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

atlanticwave-sdx / pce / 10605525519

28 Aug 2024 10:45PM CUT coverage: 86.016%. Remained the same
10605525519

Pull #220

github

web-flow
Merge f2e578eec into de3e571a4
Pull Request #220: add an unittest for concurrent connections in a request in SDX format

586 of 717 branches covered (81.73%)

Branch coverage included in aggregate %.

1124 of 1271 relevant lines covered (88.43%)

3.53 hits per line

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

75.0
/src/sdx_pce/utils/exceptions.py
1
class ValidationError(Exception):
4✔
2
    """
4✔
3
    A custom exception class to indicate errors.
4
    """
5

6
    def __init__(self, message):
4✔
7
        super().__init__(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

© 2025 Coveralls, Inc