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

zostera / django-icons / 10511750201

22 Aug 2024 04:11PM UTC coverage: 96.869%. First build
10511750201

Pull #534

github

web-flow
Bump ruff from 0.6.1 to 0.6.2

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.1 to 0.6.2.
- [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/0.6.1...0.6.2)

---
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 #534: Bump ruff from 0.6.1 to 0.6.2

100 of 105 branches covered (95.24%)

Branch coverage included in aggregate %.

395 of 406 relevant lines covered (97.29%)

9.7 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
10✔
2

3

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

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