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

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

Build:
DEFAULT BRANCH: develop
Ran 08 Nov 2019 05:13PM UTC
Files 413
Run time 44s
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

08 Nov 2019 04:53PM UTC coverage: 69.811% (-0.04%) from 69.853%
AIIDA_TEST_BACKEND=django TEST_TYPE="tests"

push

travis-ci

web-flow
Fix bug for `CalcJob` dry runs with `store_provenance=False` (#3513)

When running a `CalcJob` in dry-run mode, it is often advised to also set
`store_provenance=False` which means nodes will not be stored, so input
nodes can be unstored. However, in `upload_calculation` to process the
`local_copy_list` the `load_node` function was used to load the
corresponding node, which would fail in this scenario. The only possible
solution is to pass the full mapping of inputs to the function and if
the loading of the node fails, try to fish out the corresponding node
from the mapping. If all fails, we emit a warning and skip the rule.

22778 of 32628 relevant lines covered (69.81%)

0.7 hits per line

Source Files on job 7535.6 (AIIDA_TEST_BACKEND=django TEST_TYPE="tests")
  • Tree
  • List 0
  • Changed 29
  • Source Changed 2
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 681
  • Travis Job 7535.6
  • b93c5e31 on github
  • Prev Job for AIIDA_TEST_BACKEND=django TEST_TYPE="tests" on develop (#7531.5)
  • Next Job for AIIDA_TEST_BACKEND=django TEST_TYPE="tests" on develop (#7537.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