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

CKI-project / skt / 1456
78%

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

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

Jobs
ID Job ID Ran Files Coverage
1 1456.1 (TOX_ENV=py27,flake8,pylint) 20 Nov 2018 05:43PM UTC 0
65.61
Travis Job 1456.1
Source Files on build 1456
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1456
  • 78cd1247 on github
  • Prev Build on master (#1452)
  • Next Build on master (#1460)
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