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

bugsnag / bugsnag-python / 23296303981
94%
master: 94%

Build:
Build:
LAST BUILD BRANCH: Pawan/PLAT-14675-FlaskLambda
DEFAULT BRANCH: master
Ran 19 Mar 2026 01:08PM 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

19 Mar 2026 12:31PM UTC coverage: 94.129% (+0.003%) from 94.126%
23296303981

Pull #409

github

SB-PawanN
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
Pull Request #409: Adding makefile to bump __verion__ at 3 places.

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 23296303981.1 19 Mar 2026 01:11PM UTC 27
94.13
Source Files on build 23296303981
  • Tree
  • List 27
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #409
  • PR Base - next (#22963605473)
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