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

aiidateam / aiida_core / 4617
67%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 04 Dec 2018 09:59PM UTC
Jobs 4
Files 406
Run time 8min
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
4617

Pull #2287

travis-ci

web-flow
Replace use of os.system with subprocess.call

- Replaces the use of os.system in aiida.common.graph with subprocess.call
The former was dangerous as it was passed arguments directly from the cmdline
via verdi graph and so would execute and valid shell string,
The solution is to use subprocess.call() which sanitises the input automatically.

- Also prints a more usful message if graphviz is possibly not installed.
Pull Request #2287: Documented optional graphviz dependency and removed use of os.system() in draw_graph

8 of 8 new or added lines in 1 file covered. (100.0%)

24524 of 36844 relevant lines covered (66.56%)

2.46 hits per line

Jobs
ID Job ID Ran Files Coverage
5 4617.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 04 Dec 2018 09:59PM UTC 0
62.09
Travis Job 4617.5
6 4617.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 04 Dec 2018 10:06PM UTC 0
62.1
Travis Job 4617.6
7 4617.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 04 Dec 2018 10:06PM UTC 0
60.89
Travis Job 4617.7
8 4617.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 04 Dec 2018 10:07PM UTC 0
60.86
Travis Job 4617.8
Source Files on build 4617
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4617
  • Pull Request #2287
  • PR Base - provenance_redesign (#4615)
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