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

aiidateam / aiida_core / 4447
69%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 15 Nov 2018 01:25PM UTC
Jobs 4
Files 399
Run time 4min
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
4447

Pull #2203

travis-ci

web-flow
Implement the new `calcfunction` decorator.

This `calcfunction` decorator replaces the `make_inline` and `optional_inline`
decorators, which are deprecated. The `calcfunction` operates identical to the
`workfunction` except the former gets a `CalcFunctionNode` to represent itself
in the provenance graph as opposed to the `WorkFunctionNode` of the latter.

The behavior of the `optional_inline` decorator is already intrinsically
contained within the `calcfunction` and `workfunction` decorators. Since under
the hood a `FunctionProcess` will be generated, and each process has an input
port `store_provenace` that can be toggled to `False` to prevent the provenance
from being stored, each `calcfunction` can be run without storing the provenance
by simply passing `store_provenance=False` when calling the function.
Pull Request #2203: Implement the new `calcfunction` decorator.

63 of 63 new or added lines in 9 files covered. (100.0%)

25290 of 36794 relevant lines covered (68.73%)

2.44 hits per line

Jobs
ID Job ID Ran Files Coverage
5 4447.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 15 Nov 2018 01:25PM UTC 0
61.42
Travis Job 4447.5
6 4447.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 15 Nov 2018 01:27PM UTC 0
61.4
Travis Job 4447.6
7 4447.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 15 Nov 2018 01:28PM UTC 0
60.39
Travis Job 4447.7
8 4447.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 15 Nov 2018 01:28PM UTC 0
60.36
Travis Job 4447.8
Source Files on build 4447
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4447
  • Pull Request #2203
  • PR Base - provenance_redesign (#4443)
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