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

aiidateam / aiida_core / 4386
74%

Build:
DEFAULT BRANCH: develop
Ran 09 Nov 2018 09:33AM UTC
Jobs 3
Files 393
Run time 7min
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
4386

push

travis-ci

sphuber
Only let the `ModelWrapper` call `flag_modified`

The `_set_metadata` method of `SqlaComputer` was calling `flag_modified`
manually after having set the attribute, however, since the model is
wrapped in the `ModelWrapper`, it's `__setattr__` will take care of
calling `flag_modified` when it flushes upon an attribute being updated
for a stored entity. Calling `flag_modified` on the same key twice will
except in SqlAlchemy 1.2.12 because the "dirty" attribute has already
been removed and moved into the database model instance.

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

22967 of 36993 relevant lines covered (62.08%)

1.81 hits per line

Jobs
ID Job ID Ran Files Coverage
5 4386.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 09 Nov 2018 09:33AM UTC 0
60.85
Travis Job 4386.5
6 4386.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 09 Nov 2018 09:39AM UTC 0
60.82
Travis Job 4386.6
7 4386.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 09 Nov 2018 09:40AM UTC 0
59.78
Travis Job 4386.7
Source Files on build 4386
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4386
  • 4fc84c0c on github
  • Prev Build on develop (#4380)
  • Next Build on develop (#4390)
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