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

aiidateam / aiida-core / 7351 / 8
70%
develop: 70%

Build:
DEFAULT BRANCH: develop
Ran 23 Oct 2019 02:56PM UTC
Files 406
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

23 Oct 2019 02:32PM UTC coverage: 69.855% (-0.08%) from 69.933%
TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests"

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.

22923 of 32815 relevant lines covered (69.86%)

0.7 hits per line

Source Files on job 7351.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests")
  • Tree
  • List 0
  • Changed 24
  • Source Changed 2
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 540
  • Travis Job 7351.8
  • 54b22a22 on github
  • Prev Job for TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests" on develop (#7349.7)
  • Next Job for TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests" on develop (#7367.7)
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