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

kalekundert / stepwise / 48 / 1
66%
master: 66%

Build:
DEFAULT BRANCH: master
Ran 16 Apr 2020 02:58AM UTC
Files 18
Run time 1s
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

16 Apr 2020 02:48AM UTC coverage: 93.814% (-0.2%) from 94.025%
48.1

push

travis-ci

kalekundert
Flush before and after redirecting stdout.

This is less of a problem when stdout is attached to a TTY, because then
it's flushed after every newline.  But when stdout is attached to a
pipe, it isn't flushed as frequently and output that is written while
stdout is being redirected may not be flushed until afterwards.

Note also that the buffering in question is happening in python.  Pipes
themselves are unbuffered, but higher-level file abstractions
(`sys.stdout` in python, `*FILE` in C) do their own buffering to
minimize the number of system calls they need to make.

1562 of 1665 relevant lines covered (93.81%)

0.94 hits per line

Source Files on job 48.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 33
  • Travis Job 48.1
  • 22f56b3b on github
  • Prev Job for on master (#47.1)
  • Next Job for on master (#56.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