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

aiidateam / aiida_core / 4830
70%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 18 Dec 2018 08:32AM UTC
Jobs 3
Files 419
Run time 7min
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
4830

push

travis-ci

web-flow
Implement `verdi config` (#2354)

The new command `verdi config` replaces the various commands under
`verdi devel` that were used to list, get, set and unset configuration
options, that were used to be called "properties". Since the term
"property" is a reserved keyword, it was decided to rename them to
"options", which is also the term used by "git". The interface of
`verdi config` also mirrors that of `git config`. That is to say
to get the value of an option simply call `git config <option_name>`
and to set it `git config <option_name> <option_value>`. To unset
it, the `--unset` flag can be used. Finally, the getting, setting
or unsetting can be applied to a certain "scope", meaning to be
configuration wide or profile specific.

To make the implementation of this command simple and clean, the
bulk of the work was in refactoring the definition, construction and
operation on the configuration of an AiiDA instance. This is now
represented by the `Config` class, through which these configuration
options can be set or unset as well as retrieved.

22701 of 37023 relevant lines covered (61.32%)

1.83 hits per line

Jobs
ID Job ID Ran Files Coverage
5 4830.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 18 Dec 2018 08:32AM UTC 0
61.27
Travis Job 4830.5
6 4830.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 18 Dec 2018 08:37AM UTC 0
61.23
Travis Job 4830.6
8 4830.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 18 Dec 2018 08:39AM UTC 0
60.21
Travis Job 4830.8
Source Files on build 4830
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4830
  • 14ecf15c on github
  • Prev Build on provenance_redesign (#4806)
  • Next Build on provenance_redesign (#4847)
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