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

aiidateam / aiida_core / 4311 / 5
74%
develop: 74%

Build:
DEFAULT BRANCH: develop
Ran 31 Oct 2018 01:51PM UTC
Files 392
Run time 22s
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

31 Oct 2018 01:22PM UTC coverage: 60.921% (+0.009%) from 60.912%
TEST_AIIDA_BACKEND=django TEST_TYPE="tests"

push

travis-ci

web-flow
Refactor the `Profile`, `ProfileConfig` and `DaemonClient` classes (#2144)

The `ProfileConfig` class is merged into the `Profile` class as the single
class to represent a profile. The config dictionary from the configuration
file is stored as the `config` property. The `Profile` class now also implements
the `is_test_profile` property, which should be the single point of truth when
determining whether a profile is a test profile. This is currently still based
on whether its name starts with `test_`, but by centralizing this question in
this class, it will be easy to change in the future when we device a more robust
definition of a test profile.

The `DaemonClient` now takes a `Profile` instance on construction instead of
sub classing it. To instantiate a `Profile` or `DaemonClient` instance, the
helper functions `get_profile` and `get_daemon_client` should be used, which
take an optional profile name and if left unspecified will use the current
default profile.

22486 of 36910 relevant lines covered (60.92%)

0.61 hits per line

Source Files on job 4311.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests")
  • Tree
  • List 0
  • Changed 27
  • Source Changed 10
  • Coverage Changed 22
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 365
  • Travis Job 4311.5
  • 9bc4e361 on github
  • Prev Job for TEST_AIIDA_BACKEND=django TEST_TYPE="tests" on develop (#4302.5)
  • Next Job for TEST_AIIDA_BACKEND=django TEST_TYPE="tests" on develop (#4334.5)
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