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

Squarespace / datasheets / 79 / 2
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 06 Jan 2019 02:35AM UTC
Files 7
Run time 0s
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

06 Jan 2019 02:34AM UTC coverage: 95.833% (+0.06%) from 95.772%
TOX_ENV=py36

push

travis-ci

web-flow
Throw error on cell formula error (#17)

If a cell in a Google Sheet has a formula error (for example, the cell
has the formula '=1/0'), then running fetch_data() will fail as the cell
in question has no data: it only has the error.

Previous to this commit we didn't surface this information, leading to a
confusing stack trace that didn't indicate that the culprit was a cell
formula error (see issue #11 as a motivating example for this change).

This commit raises an exception when we have a cell formula error,
indicating the cell that errored and also passing along Google Sheets'
formula error for that cell.

Note that this approach throws an error at the first formula error that is
encountered; any other formula errors that exist will not be reported as
the library didn't reach them before exiting execution.

460 of 480 relevant lines covered (95.83%)

0.96 hits per line

Source Files on job 79.2 (TOX_ENV=py36)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 63
  • Travis Job 79.2
  • 9fa70b67 on github
  • Prev Job for TOX_ENV=py36 on master (#75.2)
  • Next Job for TOX_ENV=py36 on master (#82.2)
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