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

projectatomic / osbs-client / 2891
86%

Build:
DEFAULT BRANCH: master
Ran 20 Jun 2017 02:11PM UTC
Jobs 4
Files 20
Run time 5min
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
2891

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>

2683 of 3434 relevant lines covered (78.13%)

3.1 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2891.1 20 Jun 2017 02:11PM UTC 0
77.17
Travis Job 2891.1
2 2891.2 20 Jun 2017 02:11PM UTC 0
77.46
Travis Job 2891.2
3 2891.3 20 Jun 2017 02:16PM UTC 0
77.78
Travis Job 2891.3
4 2891.4 20 Jun 2017 02:16PM UTC 0
77.78
Travis Job 2891.4
Source Files on build 2891
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2891
  • d1497ef3 on github
  • Prev Build on master (#2873)
  • Next Build on master (#2905)
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