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

aiidateam / aiida_core / 6344
74%

Build:
DEFAULT BRANCH: develop
Ran 16 Jun 2019 06:50AM UTC
Jobs 4
Files 387
Run time 10min
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
6344

push

travis-ci

web-flow
Correct decorator implementation using the `wrapt` library (#2991)

The naive implementation of a decorator will break some of the
functionality of the functions they wrap. For example, the original
docstring will be lost. The module `functools` provides the `wraps`
decorator to fix this problem, but this is not the only issue. In
addition to the docstring, other properties, such as the function
signature are also lost. This means that using the `inspect` module on
decorated functions is hopelessly broken. The `wrapt` library provides
the `decorator` decorator that simplifies writing decorators, while
ensuring that all the important properties of wrapped function are
maintained.

23903 of 32640 relevant lines covered (73.23%)

2.69 hits per line

Jobs
ID Job ID Ran Files Coverage
5 6344.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 16 Jun 2019 06:50AM UTC 0
67.05
Travis Job 6344.5
6 6344.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 16 Jun 2019 06:56AM UTC 0
67.04
Travis Job 6344.6
7 6344.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 16 Jun 2019 06:56AM UTC 0
67.71
Travis Job 6344.7
8 6344.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 16 Jun 2019 06:59AM UTC 0
67.66
Travis Job 6344.8
Source Files on build 6344
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6344
  • 961e7458 on github
  • Prev Build on develop (#6341)
  • Next Build on develop (#6346)
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

© 2025 Coveralls, Inc