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

aiidateam / aiida-core / 7351
70%

Build:
DEFAULT BRANCH: develop
Ran 23 Oct 2019 02:45PM UTC
Jobs 4
Files 845
Run time 12min
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
7351

push

travis-ci

web-flow
Fix the `is_process_function` attribute of process functions (#3454)

The `is_process_function` attribute was set to a property that would
always return `True`, except the way it was implemented calling it on a
decorated function would just return the property object and not the
value it should return. This bug went unnoticed even in the utility
`aiida.engine.utils.is_process_function` which would return the property
of a wrapped function, which since that is considered "truthy" would
still have the desired effect, but for the wrong reasons. There is no
need to have this be a property, so instead we simply set it as an
attribute. The utility will now return a value that also explicitly
checks for the `True` boolean value.

46347 of 66954 relevant lines covered (69.22%)

2.76 hits per line

Jobs
ID Job ID Ran Files Coverage
5 7351.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 23 Oct 2019 02:45PM UTC 0
69.08
Travis Job 7351.5
6 7351.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 23 Oct 2019 02:53PM UTC 0
69.0
Travis Job 7351.6
7 7351.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 23 Oct 2019 02:54PM UTC 0
69.93
Travis Job 7351.7
8 7351.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 23 Oct 2019 02:56PM UTC 0
69.86
Travis Job 7351.8
Source Files on build 7351
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #7351
  • 54b22a22 on github
  • Prev Build on develop (#7349)
  • Next Build on develop (#7367)
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