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

zostera / django-icons / 3649953237

pending completion
3649953237

push

github

GitHub
Bump actions/setup-python from 4.3.0 to 4.3.1

47 of 51 branches covered (92.16%)

Branch coverage included in aggregate %.

212 of 215 relevant lines covered (98.6%)

3.92 hits per line

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

100.0
/src/django_icons/renderers/bootstrap3.py
1
from django_icons.renderers.icon import IconRenderer
4✔
2

3

4
class Bootstrap3Renderer(IconRenderer):
4✔
5
    """Render a Bootstrap 3 icon."""
6

7
    def get_class(self):
4✔
8
        return f"glyphicon glyphicon-{self.name}"
4✔
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