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

aiidateam / aiida_core / 4672
69%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 06 Dec 2018 06:07PM UTC
Jobs 4
Files 410
Run time 2302min
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
4672

push

travis-ci

sphuber
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))`

25374 of 36825 relevant lines covered (68.9%)

2.46 hits per line

Jobs
ID Job ID Ran Files Coverage
5 4672.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 06 Dec 2018 06:07PM UTC 0
61.93
Travis Job 4672.5
6 4672.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 06 Dec 2018 06:08PM UTC 0
61.92
Travis Job 4672.6
7 4672.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 06 Dec 2018 06:11PM UTC 0
61.0
Travis Job 4672.7
8 4672.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 06 Dec 2018 06:13PM UTC 0
60.96
Travis Job 4672.8
Source Files on build 4672
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4672
  • 4ddda929 on github
  • Next Build on issue_2237_rebased2 (#4695)
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