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

ProteinsWebTeam / interpro7-api / 1

18 Jul 2024 08:25AM UTC coverage: 26.502% (-67.4%) from 93.93%
1

push

github

web-flow
Merge pull request #153 from ProteinsWebTeam/fix-release-notes

Fix release notes

1 of 1 new or added line in 1 file covered. (100.0%)

6479 existing lines in 50 files now uncovered.

2593 of 9784 relevant lines covered (26.5%)

0.53 hits per line

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

51.85
/webfront/exceptions.py
1
class DeletedEntryError(Exception):
2✔
2
    def __init__(self, accession, database, _type, name, short_name, history, date):
2✔
UNCOV
3
        self.accession = accession
×
UNCOV
4
        self.database = database
×
UNCOV
5
        self.type = _type
×
UNCOV
6
        self.name = name
×
UNCOV
7
        self.short_name = short_name
×
UNCOV
8
        self.history = history
×
UNCOV
9
        self.date = date
×
10

11

12
class EmptyQuerysetError(Exception):
2✔
13
    def __init__(self, message):
2✔
UNCOV
14
        self.message = message
×
15

16

17
class ExpectedUniqueError(Exception):
2✔
18
    def __init__(self, message):
2✔
19
        self.message = message
×
20

21

22
class HmmerWebError(Exception):
2✔
23
    def __init__(self, message):
2✔
24
        self.message = message
×
25

26

27
class BadURLParameterError(Exception):
2✔
28
    def __init__(self, message):
2✔
29
        self.message = message
×
30

31

32
class InvalidOperationRequest(Exception):
2✔
33
    def __init__(self, message):
2✔
34
        self.message = message
×
35

36

37
class DeprecatedModifier(Exception):
2✔
38
    def __init__(self, message):
2✔
UNCOV
39
        self.message = 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