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

aiidateam / aiida_core / 6202
74%

Build:
DEFAULT BRANCH: develop
Ran 29 May 2019 07:22AM UTC
Jobs 4
Files 387
Run time 9min
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
6202

push

travis-ci

sphuber
Simplify the `User` database model by dropping unused columns

The following columns are dropped:

 * `password`
 * `date_joined`
 * `groups`
 * `is_active`
 * `is_staff`
 * `is_superuser`
 * `last_login`
 * `user_permissions`

These columns were originally added because the base user class of the
Django framework was used, which provided the ORM layer. However, these
attributes are not used at all and Django does not require them in order
to work properly. Therefore, we remove them from the models for both
backends.

Note that in principle, the `contrib` and `auth` applications currently
installed for Django, could also be removed without affecting the
functionality of `aiida-core` since it no longer requires the built in
authentication application of Django. However, since the initial
migration schema still references it, we cannot yet remove it fully.
If we were to reset the database migration schema, we could get rid of
these unnecessary dependencies.

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

23693 of 32619 relevant lines covered (72.64%)

2.71 hits per line

Jobs
ID Job ID Ran Files Coverage
5 6202.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 29 May 2019 07:22AM UTC 0
66.28
Travis Job 6202.5
6 6202.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 29 May 2019 07:29AM UTC 0
66.26
Travis Job 6202.6
7 6202.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 29 May 2019 07:29AM UTC 0
69.37
Travis Job 6202.7
8 6202.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 29 May 2019 07:31AM UTC 0
69.31
Travis Job 6202.8
Source Files on build 6202
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6202
  • 65886833 on github
  • Prev Build on develop (#6194)
  • Next Build on develop (#6211)
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