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

zostera / django-bootstrap4 / 7126543600

07 Dec 2023 09:58AM UTC coverage: 85.84%. Remained the same
7126543600

Pull #657

github

web-flow
Bump actions/setup-python from 4 to 5

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #657: Bump actions/setup-python from 4 to 5

272 of 344 branches covered (0.0%)

Branch coverage included in aggregate %.

704 of 793 relevant lines covered (88.78%)

3.55 hits per line

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

100.0
/src/bootstrap4/widgets.py
1
from django.forms import RadioSelect
4✔
2

3

4
class RadioSelectButtonGroup(RadioSelect):
4✔
5
    """
6
    Render a Bootstrap 4 set of buttons horizontally instead of typical radio buttons.
7

8
    Much more mobile friendly.
9
    """
10

11
    template_name = "bootstrap4/widgets/radio_select_button_group.html"
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