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

openvax / gtfparse / 28965821496
95%
master: 96%

Build:
Build:
LAST BUILD BRANCH: feature/21-write-gtf
DEFAULT BRANCH: master
Ran 08 Jul 2026 06:22PM 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 06:22PM UTC coverage: 95.192% (-0.02%) from 95.215%
28965821496

Pull #73

github

iskandr
Fix #70: don't reconfigure root logging when importing gtfparse

attribute_parsing, create_missing_features and read_gtf each called
logging.basicConfig(level=logging.INFO) at import, which adds a handler to the
ROOT logger and sets the root level to INFO — hijacking downstream applications'
logging configuration and breaking pytest's caplog in their test suites.

Per the Python logging HOWTO ("Configuring Logging for a Library"), remove the
import-time basicConfig calls and attach a NullHandler to the top-level gtfparse
logger instead, so importing gtfparse is side-effect-free. Applications opt in
to gtfparse's INFO logs via their own logging configuration.

Claude-Session: https://claude.ai/code/session_01Nc9jzi2yp77EVa8yjN1mog
Pull Request #73: Fix #70: don't call logging.basicConfig() at import

198 of 208 relevant lines covered (95.19%)

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 28965821496.1 08 Jul 2026 06:22PM UTC 5
95.19
GitHub Action Run
Source Files on build 28965821496
  • Tree
  • List 5
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28965821496
  • Pull Request #73
  • 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