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

ICRAR / ijson / 230 / 4
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: release-3.2.0
DEFAULT BRANCH: master
Ran 11 Aug 2020 04:22PM UTC
Files 12
Run time 3s
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

11 Aug 2020 04:09PM UTC coverage: 91.902%. First build
230.4

push

travis-ci-com

rtobar
Clarify parse_value's state_stack's state

The previous version of this code had 3 lines missing from the coverage.
These lines were missing because they were after an "if state_stack"
condition, which I initially thought could be true or false depending on
the program execution. Extensive testing has showed us that these lines
are never touched, and closer code inspection also reveals that the
state_stack list is never empty before entering into the main "if/elif"
control block, as this is ensured in the previous try/catch block.

This commit therefore removes the conditions resulting in missing lines,
and instead adds an assert expression after the try/catch block to show
more explicitly the state of the execution.

Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>

749 of 815 relevant lines covered (91.9%)

0.92 hits per line

Source Files on job 230.4
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 240
  • Travis Job 230.4
  • 0cebc18a 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