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

aiidateam / aiida_core / 6179 / 8
74%
develop: 74%

Build:
DEFAULT BRANCH: develop
Ran 27 May 2019 06:12AM UTC
Files 387
Run time 19s
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

27 May 2019 05:48AM UTC coverage: 69.268% (+0.1%) from 69.168%
TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests"

push

travis-ci

web-flow
Fix false negative of postgres connection in `verdi status` (#2924)

The output of `verdi status` was reporting a problem in connecting to
the postgres database even though all other commands seemed to work. The
problem was with the `Postgres.from_profile` used to perform the check.
This utility does on purpose not include the database name, username and
password, because it is supposed to use the systems superuser instead.
To check whether the current profile can access the database using the
connection details specified within it, we simply try to get a cursor
from the backend, which will except if it cannot connect to the database.

22729 of 32813 relevant lines covered (69.27%)

0.69 hits per line

Source Files on job 6179.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests")
  • Tree
  • List 0
  • Changed 28
  • Source Changed 2
  • Coverage Changed 28
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1850
  • Travis Job 6179.8
  • b1607292 on github
  • Prev Job for TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests" on develop (#6176.7)
  • Next Job for TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests" on develop (#6183.7)
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