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

CKI-project / skt / 1456 / 1
78%
master: 78%

Build:
DEFAULT BRANCH: master
Ran 20 Nov 2018 05:43PM UTC
Files 10
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

20 Nov 2018 05:41PM UTC coverage: 65.607% (-0.2%) from 65.781%
TOX_ENV=py27,flake8,pylint

push

travis-ci

veruu
Don't cause exception if the config fails to build

While failing to build kernel config sets the correct buildlog and
return code, in the follow-up code we are trying to copy a nonexistent
config file. This causes an exception to be raised, hiding the original
build failure behind what is considered an infrastructure problem.

We can solve this by wrapping the copying into a try-except block, but
we also need to include the `getrelease()` call in it -- this function
calls config generation if it didn't succeed before and it would fail
again. By including it in the block, we make sure the exception raised
by the copying is caught and the `getrelease()` is not called.

Signed-off-by: Veronika Kabatova <vkabatov@redhat.com>

275 of 483 branches covered (56.94%)

Branch coverage included in aggregate %.

963 of 1404 relevant lines covered (68.59%)

0.69 hits per line

Source Files on job 1456.1 (TOX_ENV=py27,flake8,pylint)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 31
  • Travis Job 1456.1
  • 78cd1247 on github
  • Prev Job for TOX_ENV=py27,flake8,pylint on master (#1452.1)
  • Next Job for TOX_ENV=py27,flake8,pylint on master (#1460.1)
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