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

openvax / pyensembl / 24734916651
85%
master: 83%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 21 Apr 2026 04:51PM UTC
Jobs 4
Files 21
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 04:46PM UTC coverage: 83.468% (+0.3%) from 83.208%
24734916651

push

github

web-flow
Fix Transcript.exons on GTFs without exon_id attribute (#331)

Ensembl release 54 and some non-Ensembl GTFs (e.g. UCSC refseq/gencode)
omit the exon_id attribute. pyensembl's installer already treats the
column as optional (database.py:134), but Transcript.exons still
unconditionally SELECTed exon_id, crashing with
sqlite3.OperationalError: no such column: exon_id.

Transcript.exons now checks db.column_exists("exon", "exon_id") and
falls back to building Exon objects directly from the exon row with a
synthesized per-transcript ID of the form "<transcript_id>_exon_<n>".

Adds a regression test that builds an Ensembl-style GTF with
exon_number but no exon_id and verifies both exon ordering and
synthesized IDs.

Bumps to 2.6.7.

17 of 18 new or added lines in 2 files covered. (94.44%)

1343 of 1609 relevant lines covered (83.47%)

3.34 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
88.41
0.91% pyensembl/transcript.py
Jobs
ID Job ID Ran Files Coverage
1 python-3.11 - 24734916651.1 21 Apr 2026 04:51PM UTC 21
83.47
GitHub Action Run
2 python-3.10 - 24734916651.2 21 Apr 2026 04:51PM UTC 21
83.47
GitHub Action Run
3 python-3.12 - 24734916651.3 21 Apr 2026 04:51PM UTC 21
83.47
GitHub Action Run
4 python-3.9 - 24734916651.4 21 Apr 2026 04:52PM UTC 21
83.47
GitHub Action Run
Source Files on build 24734916651
  • Tree
  • List 21
  • Changed 3
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24734916651
  • a35f7877 on github
  • Prev Build on main (#24727621145)
  • Next Build on main (#24855090209)
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