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

kalekundert / stepwise / 48
66%

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

pending completion
48

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

Jobs
ID Job ID Ran Files Coverage
1 48.1 16 Apr 2020 02:58AM UTC 0
93.81
Travis Job 48.1
Source Files on build 48
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #48
  • 22f56b3b on github
  • Prev Build on master (#47)
  • Next Build on master (#56)
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