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

aiidateam / aiida_core / 4385 / 7
69%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 09 Nov 2018 09:22AM UTC
Files 393
Run time 23s
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

09 Nov 2018 08:39AM UTC coverage: 59.779% (+0.009%) from 59.77%
TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests"

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

22114 of 36993 relevant lines covered (59.78%)

0.6 hits per line

Source Files on job 4385.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests")
  • Tree
  • List 0
  • Changed 92
  • Source Changed 92
  • Coverage Changed 91
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 427
  • Travis Job 4385.7
  • 07579d51 on github
  • Prev Job for TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests" on fix_465_upgrade_sqlalchemy (#4380.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