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

projectatomic / osbs-client / 2891 / 4
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 20 Jun 2017 02:16PM UTC
Files 20
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 Jun 2017 02:07PM UTC coverage: 77.781%. Remained the same
2891.4

push

travis-ci

twaugh
janitorial: clean up whitespace and other linter errors

I ran flake8 on osbs/ and tests/ and fixed all the long lines, incorrect
whitespace, and unused variables.

The only functional change was in tests/build_/test_build_request.py:

@@ -1238,7 +1230,7 @@ class TestBuildRequest(object):
             if isinstance(worker_build_image, type):
                 with pytest.raises(worker_build_image):
                     worker_config_kwargs['build_image']
-                worker_config.get_build_image() == None
+                assert not worker_config.get_build_image()

which converts a nonsense statement into the intended assert.

Signed-off-by: Mark Langsdorf <mlangsdo@redhat.com>

2671 of 3434 relevant lines covered (77.78%)

0.78 hits per line

Source Files on job 2891.4
  • Tree
  • List 0
  • Changed 10
  • Source Changed 10
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2891
  • Travis Job 2891.4
  • d1497ef3 on github
  • Prev Job for on master (#2873.4)
  • Next Job for on master (#2905.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