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

projectatomic / atomic-reactor / 4037 / 2
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 22 Aug 2017 08:29AM UTC
Files 66
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

22 Aug 2017 08:25AM UTC coverage: 89.91% (+0.03%) from 89.885%
4037.2

push

travis-ci

twaugh
logging: flush to serialize output more

We log using a StreamHandler, which is a file-like object, and file
objects don't support log serialization when logging from multiple
processes, only from threads of the same process, so when we load up a new
plugin and/or make a subprocess call, we have a chance of getting
intermixed log output. In theory, if we flush after each logging call we
make, it should give us the serialization we desire (albeit possibly at a
negligible performance hit).

Signed-off-by: Jarod Wilson <jarod@redhat.com>

5070 of 5639 relevant lines covered (89.91%)

0.9 hits per line

Source Files on job 4037.2
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4037
  • Travis Job 4037.2
  • 736ce680 on github
  • Prev Job for on master (#4033.2)
  • Next Job for on master (#4047.4)
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