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

openvax / gtfparse
95%
master: 95%

Build:
Build:
LAST BUILD BRANCH: fix/56-expand-attribute-column-false-nameerror
DEFAULT BRANCH: master
Repo Added 20 Feb 2018 04:12AM UTC
Files 5
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

LAST BUILD ON BRANCH fix/56-expand-attribute-column-false-nameerror
branch: fix/56-expand-attribute-column-false-nameerror
CHANGE BRANCH
x
Reset
  • fix/56-expand-attribute-column-false-nameerror
  • add-test-for-tag-parsing
  • add-usecols
  • feature/gencode-aliases-and-versions
  • fix-ci-coveralls-race
  • fix-multi-attributes
  • get-rid-of-unix-specific-memory-usage-logging
  • master
  • modernize-pyproject
  • modernize-ruff-py2
  • numpy2-support
  • parse-subset-of-features
  • parsing-using-read-csv

13 May 2026 06:40PM UTC coverage: 95.215% (+1.4%) from 93.78%
25819115218

Pull #68

github

iskandr
Fix #56: NameError on expand_attribute_column=False

The else branch in read_gtf passed `result_df` to parse_gtf before
`result_df` had been assigned — a guaranteed NameError that survived
because the branch was never tested. Replaced with the correct
`filepath_or_buffer` argument and also pass `split_attributes=False`
so the unexpanded path doesn't emit the helper `attribute_split` column
the user didn't ask for.

Added tests/test_expand_attribute_column_false.py covering pandas /
polars / dict result types, the features filter, and the alias /
version-cast kwargs as graceful no-ops when attribute columns aren't
expanded.

Bumped to 2.7.1.
Pull Request #68: Fix #56: NameError when expand_attribute_column=False

199 of 209 relevant lines covered (95.22%)

0.95 hits per line

Relevant lines Covered
Build:
Build:
209 RELEVANT LINES 199 COVERED LINES
0.95 HITS PER LINE
Source Files on fix/56-expand-attribute-column-false-nameerror
  • Tree
  • List 5
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25819115218 fix/56-expand-attribute-column-false-nameerror Fix #56: NameError on expand_attribute_column=False The else branch in read_gtf passed `result_df` to parse_gtf before `result_df` had been assigned — a guaranteed NameError that survived because the branch was never tested. Replaced with the cor... Pull #68 13 May 2026 06:41PM UTC iskandr github
95.22
See All Builds (58)
  • Repo on GitHub
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