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

openshift / openshift-ansible / 8574 / 1
51%
master: 51%

Build:
DEFAULT BRANCH: master
Ran 22 Sep 2017 07:22AM UTC
Files 63
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 Sep 2017 07:12AM UTC coverage: 54.367%. Remained the same
8574.1

push

travis-ci

web-flow
Merge pull request #5476 from kwoodson/yedit_list_fix

Automatic merge from submit-queue

Returning actual results of yedit query.  Empty list was returning empty dict.

This is a simple change but since code generation happens it affects lots of files.

The only change that is happening here is the following:
```
-                rval = yamlfile.get(params['key']) or {}		
+               rval = yamlfile.get(params['key'])
```
When something returned as 0, [], or None the query would return {}.  This was unintended.

2227 of 5626 branches covered (39.58%)

7270 of 13372 relevant lines covered (54.37%)

0.54 hits per line

Source Files on job 8574.1
  • Tree
  • List 0
  • Changed 24
  • Source Changed 24
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 8574
  • Travis Job 8574.1
  • 2d0501b6 on github
  • Prev Job for on master (#8571.1)
  • Next Job for on master (#8579.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