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

bugsnag / bugsnag-python / 24727373243
94%

Build:
DEFAULT BRANCH: master
Ran 21 Apr 2026 02:17PM UTC
Jobs 1
Files 27
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

21 Apr 2026 02:14PM UTC coverage: 94.129% (+0.003%) from 94.126%
24727373243

push

github

web-flow
Release v4.9.0 (#412)

* Clarify use of the next banch

* Add __version__ attribute using VERSION file as single source of truth

This implements the requested feature to expose bugsnag.__version__
for programmatic version checking, as per PEP 396.

Changes:
- Created VERSION file containing current version (4.8.0)
- Updated bugsnag/__init__.py to read from VERSION and expose __version__
- Updated setup.py to read version from VERSION file
- Updated bugsnag/notifier.py to read version from VERSION file
- Added MANIFEST.in to include VERSION in package distributions
- Updated CHANGELOG.md with enhancement entry
- Updated CONTRIBUTING.md to document simplified release process

Benefits:
- Single source of truth for version number (no more manual updates in 3 places)
- bugsnag.__version__ now available for programmatic access
- Graceful fallback to 'unknown' if VERSION file is missing

* Add __version__ attribute with Makefile-based version management

Implements bugsnag.__version__ for programmatic version checking (PEP 396).
Uses Makefile approach (inspired by bugsnag-cocoa) to address performance concerns.

Changes:
- Added __version__ = '4.8.0' to bugsnag/__init__.py
- Hardcoded version='4.8.0' in setup.py
- Hardcoded 'version': '4.8.0' in bugsnag/notifier.py
- Added Makefile with bump target for automated version updates
- Updated CHANGELOG.md with enhancement entry
- Updated CONTRIBUTING.md to document Makefile usage
- Removed VERSION file and MANIFEST.in (no runtime file I/O overhead)
- Updated features/support/env.rb (removed VERSION from test fixtures)

Usage:
- Users: bugsnag.__version__ returns '4.8.0'
- Maintainers: make VERSION=x.y.z bump (updates all 3 files)

Benefits:
- Zero runtime overhead (no file I/O during import)
- bugsnag.__version__ attribute now available
- Automated version updates via single Makefile command
- Addresses reviewer feedback on performance concerns

* Address review feedback

- Restore flask extras_require (acciden... (continued)

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

2004 of 2129 relevant lines covered (94.13%)

7.48 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24727373243.1 21 Apr 2026 02:20PM UTC 27
94.13
Source Files on build 24727373243
  • Tree
  • List 27
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • bb936a1b on github
  • Prev Build on master (#21284560284)
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