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

release-engineering / alt-src / 75 / 1
84%
master: 85%

Build:
Build:
LAST BUILD BRANCH: v1.6.1
DEFAULT BRANCH: master
Ran 15 Apr 2020 02:32PM UTC
Files 2
Run time 0s
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

15 Apr 2020 02:12PM UTC coverage: 84.304%. First build
TOX_ENV=cov-travis DEPLOY=1

push

travis-ci

querti
Fix Python 3 testcases [CLOUDDST-27]

After the automatically detected problems were fixed, the following
issues had to be resolved to ensure that the whole test suite passes
in Python 3:

- in testcase 'test_get_state_with_error_other_than_enoent', '__builtin__'
  was changed to 'six.moves.builtins' because the built-in library
  was renamed in Python 3.

- In Python 3, the bash command output is a bytes type, which can
  cause many issues since the code expects to work with a string.
  It was solved by decoding it as a UTF-8. This encoding was chosen
  because it is the most likely to be used by the invoked shell.
  The decoding is only done on Python 3 because the type would
  be changed to 'unicode' in Python 2, which is not desired either.

1230 of 1459 relevant lines covered (84.3%)

0.84 hits per line

Source Files on job 75.1 (TOX_ENV=cov-travis DEPLOY=1)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 56
  • Travis Job 75.1
  • 5ff630bf on github
  • Next Job for TOX_ENV=cov-travis DEPLOY=1 on make-python3-compatible (#77.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