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

localstack / localstack / 21708052316

05 Feb 2026 10:30AM UTC coverage: 86.873% (-0.09%) from 86.962%
21708052316

push

github

web-flow
Deprecate TaggingService (#13697)

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

158 existing lines in 15 files now uncovered.

69932 of 80499 relevant lines covered (86.87%)

0.87 hits per line

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

80.0
/localstack-core/localstack/services/kms/exceptions.py
1
from localstack.aws.api import CommonServiceException
1✔
2

3

4
class ValidationException(CommonServiceException):
1✔
5
    def __init__(self, message: str):
1✔
6
        super().__init__("ValidationException", message, 400, True)
1✔
7

8

9
class AccessDeniedException(CommonServiceException):
1✔
10
    def __init__(self, message: str):
1✔
11
        super().__init__("AccessDeniedException", message, 400, True)
×
12

13

14
class TagException(CommonServiceException):
1✔
15
    def __init__(self, message=None):
1✔
UNCOV
16
        super().__init__("TagException", status_code=400, 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