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

zostera / django-icons / 7614203720

22 Jan 2024 04:23PM UTC coverage: 97.047%. First build
7614203720

Pull #431

github

web-flow
Bump ruff from 0.1.13 to 0.1.14

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.13 to 0.1.14.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.1.13...v0.1.14)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #431: Bump ruff from 0.1.13 to 0.1.14

98 of 103 branches covered (0.0%)

Branch coverage included in aggregate %.

395 of 405 relevant lines covered (97.53%)

15.59 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
16✔
2

3

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

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