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

aiidateam / aiida-core / 7317 / 6
70%
develop: 70%

Build:
DEFAULT BRANCH: develop
Ran 18 Oct 2019 02:54PM UTC
Files 406
Run time 48s
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

18 Oct 2019 02:34PM UTC coverage: 68.997% (-0.09%) from 69.091%
TEST_AIIDA_BACKEND=django TEST_TYPE="tests"

push

travis-ci

sphuber
Disallow pickle when storing numpy array in `ArrayData` (#3434)

Unpickling untrusted data is a potential security risk, since it
allows arbitrary code execution. For this reason, `numpy` changed
its `load` method to no longer allow pickles by default. This
means that in AiiDA, `ArrayData` containing pickles can be stored,
but not loaded. To make things consistent, we now also disallow
pickle when saving the array. Besides the security risk, pickle
is also problematic in the context of AiiDA because it can also
become unreadable e.g. when the classes it contains change names.

22616 of 32778 relevant lines covered (69.0%)

0.69 hits per line

Source Files on job 7317.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests")
  • Tree
  • List 0
  • Changed 24
  • Source Changed 1
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 510
  • Travis Job 7317.6
  • 26a671fe on github
  • Prev Job for TEST_AIIDA_BACKEND=django TEST_TYPE="tests" on develop (#7313.5)
  • Next Job for TEST_AIIDA_BACKEND=django TEST_TYPE="tests" on develop (#7328.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

© 2026 Coveralls, Inc