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

aiidateam / aiida-core / 6944
70%

Build:
DEFAULT BRANCH: develop
Ran 22 Aug 2019 01:31PM UTC
Jobs 4
Files 405
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
6944

push

travis-ci

web-flow
added nodes/types endpoint with testcase (#3269)

* added nodes/types endpoint with testcase

It returns unique list of all the nodes types available in database.

* Fix eagerness of `verdi setup --help` being overruled (#3257)

The eagerness of the `--help` option for the `verdi setup` and `verdi
quicksetup` commands was being overruled by the `--profile` option. This
is because the latter was also made eager, such that `verdi setup --help`
actually prompted for the profile name instead of showing the help.

The profile option was made eager in an attempt to solve another problem
where some of the other options of the command have contextual defaults
that depend on the value of the profile. It therefore needs to be parsed
first. In `click` the parse order is determined by the order in which
the options are defined on the command, regardless of the order in which
they are passed by the user. This was done correctly, but still the
contextual default of, for example the `--repository` option, was called
before the `--profile` was parsed, if the former was passed first. This,
however, was due to the fact that for the repository option, both the
`callback` as well as the `contextual_default` were defined, where the
former was inherited from the base option for the `verdi quicksetup`
command.

The final solution then is to remove the `callback` from the `--profile`
option for `verdi setup` and only have the `contextual_default`. This
will make sure that `--profile` will be parsed before the prompt loop
will be entered and the `contextual_default` will be called.

* rename "repository path" to "repository URI" (#3267)

* clarify documentation of label/description (#3169)

switch from :py:meth: to :py:attr: in order not to show "()"
(this confused people)

* Remove dead code for printing comment mode (#3254)

* Fixed pre-commit issues

* Fixed prospector issues

* removed /codes/types endpoint as codes now comes under data node.

24481 of 32675 relevant lines covered (74.92%)

2.76 hits per line

Jobs
ID Job ID Ran Files Coverage
5 6944.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 22 Aug 2019 01:31PM UTC 0
68.68
Travis Job 6944.5
6 6944.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 22 Aug 2019 01:38PM UTC 0
68.63
Travis Job 6944.6
7 6944.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 22 Aug 2019 01:37PM UTC 0
69.63
Travis Job 6944.7
8 6944.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 22 Aug 2019 01:41PM UTC 0
69.55
Travis Job 6944.8
Source Files on build 6944
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6944
  • 292df2ab on github
  • Prev Build on develop (#6937)
  • Next Build on develop (#6947)
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