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

aiidateam / aiida_core / 4703
69%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 07 Dec 2018 10:57AM UTC
Jobs 4
Files 410
Run time 1182min
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
4703

Pull #2309

travis-ci

web-flow
Removed `get_aiida_class`

Replaced all instances with either `get_backend_entity` or `get_orm_entity`
(as appropriate).

Also changed backend group to be independent of the ORM.  Because the
iterator was getting the ORM class and returning that, which required it
to access up to the ORM level.  Now it just returns backend entities
which are in turn converted to ORM entities by the `orm.Group`.  This also
means you can't call `len(group.nodes)` because this is not allowed for
iterators but the same can be achieved with `len(list(group.nodes))`
Pull Request #2309: Remove `get_aiida_class`

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

25400 of 36858 relevant lines covered (68.91%)

2.46 hits per line

Jobs
ID Job ID Ran Files Coverage
5 4703.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 07 Dec 2018 10:57AM UTC 0
61.95
Travis Job 4703.5
6 4703.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 07 Dec 2018 10:59AM UTC 0
61.91
Travis Job 4703.6
7 4703.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 07 Dec 2018 11:00AM UTC 0
61.01
Travis Job 4703.7
8 4703.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 07 Dec 2018 11:01AM UTC 0
60.97
Travis Job 4703.8
Source Files on build 4703
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4703
  • Pull Request #2309
  • PR Base - provenance_redesign (#4701)
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