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

openvax / gtfparse / 28953968093
95%
master: 96%

Build:
Build:
LAST BUILD BRANCH: feature/21-write-gtf
DEFAULT BRANCH: master
Ran 08 Jul 2026 03:18PM UTC
Jobs 1
Files 5
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

08 Jul 2026 03:18PM UTC coverage: 95.146% (-0.07%) from 95.215%
28953968093

Pull #71

github

iskandr
Fix #70: stop calling logging.basicConfig() at import time

gtfparse called logging.basicConfig(level=logging.INFO) at module import
in three modules (read_gtf, attribute_parsing, create_missing_features).
As a library this is an anti-pattern: it configures the root logger on
behalf of the importing application, adding a handler and forcing the
INFO level onto everyone's root logger — hijacking the host app's logging.

Remove the basicConfig() calls and route the remaining log statements
through the module-level `logger` (logging.getLogger(__name__)) instead
of the root-logger convenience functions logging.info(...), which would
otherwise implicitly re-trigger basicConfig().

Configuring handlers/levels is now left entirely to the application, per
the standard library logging guidance for libraries.

Claude-Session: https://claude.ai/code/session_014fNxSBm5zvdsDNwN3nhmpS
Pull Request #71: Fix #70: stop calling logging.basicConfig() at import time

196 of 206 relevant lines covered (95.15%)

0.95 hits per line

Coverage Regressions

Lines Coverage ∆ File
4
95.93
-0.03% read_gtf.py
3
88.89
-0.3% create_missing_features.py
1
97.44
-0.06% attribute_parsing.py
Jobs
ID Job ID Ran Files Coverage
1 28953968093.1 08 Jul 2026 03:18PM UTC 5
95.15
GitHub Action Run
Source Files on build 28953968093
  • Tree
  • List 5
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28953968093
  • Pull Request #71
  • PR Base - master (#25821451381)
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