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

petl-developers / petl / 30491666045
92%

Build:
DEFAULT BRANCH: master
Ran 29 Jul 2026 09:17PM UTC
Jobs 1
Files 127
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

29 Jul 2026 09:15PM UTC coverage: 91.683% (+0.1%) from 91.588%
30491666045

push

github

web-flow
Fix header instance attribute shadowing Table.header() across views (#704)

Fix header instance attr shadowing Table.header() method across views

Table binds header() as a class method, but many Table subclasses store
their header argument as self.header, silently replacing the method with
data. Calling the fluent .header() then raises TypeError, e.g.
fromcsv(p).header() -> 'NoneType' object is not callable.

Rename the stored attribute to self._header in every affected view, the
same fix #555 applied to fromdicts (renamed header -> _header, released
in 1.7.5 as a bugfix). Covers fromcsv, fromtext, fromjson, fromcolumns,
cat, pushheader, setheader, rowmap, rowmapmany, rowgroupmap, rowreduce,
mergesort and validate; #555 missed the fromjson sibling.

106 of 109 new or added lines in 12 files covered. (97.25%)

13845 of 15101 relevant lines covered (91.68%)

0.92 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
0.0
0.0% petl/io/csv_py2.py
Jobs
ID Job ID Ran Files Coverage
1 30491666045.1 29 Jul 2026 09:17PM UTC 127
91.68
GitHub Action Run
Source Files on build 30491666045
  • Tree
  • List 127
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f5e6e128 on github
  • Prev Build on master (#30330059606)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc