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

Starou / SimpleIDML / 4221205491

pending completion
4221205491

push

github

GitHub
Merge pull request #63 from Starou/pylint

147 of 183 new or added lines in 9 files covered. (80.33%)

1 existing line in 1 file now uncovered.

1659 of 1843 relevant lines covered (90.02%)

1.8 hits per line

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

66.67
/src/simple_idml/exceptions.py
1
class InDesignSoapException(BaseException):
2✔
2
    _error = None
2✔
3

4
    def __init__(self, script_params, response):
2✔
NEW
5
        self._error = f"Script params: {script_params}\nResponse: {response}"
×
6

7
    def __str__(self):
2✔
8
        return repr(self._error)
×
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