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

aiidateam / aiida_core / 4334 / 5
74%
develop: 74%

Build:
DEFAULT BRANCH: develop
Ran 03 Nov 2018 11:13AM UTC
Files 393
Run time 22s
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

03 Nov 2018 11:01AM UTC coverage: 60.978% (+0.06%) from 60.921%
TEST_AIIDA_BACKEND=django TEST_TYPE="tests"

push

travis-ci

sphuber
Ensure all files written by AiiDA and plugins are utf8 encoded (#2107)

* Changed all open for `io.open` and specified UTF8 encoding
* Convert explicitly set byte strings to unicode when writing
* `json.dumps` doesn't always produce a unicode string (e.g. Python 2 with a bytestring
  as input), therefore we use `six.text_type` to convert it to unicode and pass it to
  `io.open(demofile.txt, w, encoding='utf-8')` which expects a unicode object and then
  it encodes it utf-8.
* Set literal strings as unicode
* Add encoding option to YAML to ensure that `yaml.dump` returns a bytes object in both Py2 and 3
* Add `json.py` helper function to replace system json
* Replace json imports with `from aiida.utils import json`

22541 of 36966 relevant lines covered (60.98%)

0.61 hits per line

Source Files on job 4334.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests")
  • Tree
  • List 0
  • Changed 68
  • Source Changed 51
  • Coverage Changed 59
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 377
  • Travis Job 4334.5
  • 552c626b on github
  • Prev Job for TEST_AIIDA_BACKEND=django TEST_TYPE="tests" on develop (#4311.5)
  • Next Job for TEST_AIIDA_BACKEND=django TEST_TYPE="tests" on develop (#4336.5)
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

© 2025 Coveralls, Inc