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

aiidateam / aiida_core / 4385
69%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 09 Nov 2018 09:18AM UTC
Jobs 4
Files 393
Run time 3min
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
4385

Pull #2113

travis-ci

web-flow
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.
Pull Request #2113: Upgrade the dependency requirement of SqlAlchemy

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

25368 of 36989 relevant lines covered (68.58%)

2.41 hits per line

Jobs
ID Job ID Ran Files Coverage
5 4385.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 09 Nov 2018 09:18AM UTC 0
60.85
Travis Job 4385.5
6 4385.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 09 Nov 2018 09:20AM UTC 0
60.82
Travis Job 4385.6
7 4385.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 09 Nov 2018 09:22AM UTC 0
59.78
Travis Job 4385.7
8 4385.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 09 Nov 2018 09:21AM UTC 0
59.75
Travis Job 4385.8
Source Files on build 4385
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4385
  • Pull Request #2113
  • PR Base - develop (#4380)
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