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

aiidateam / aiida_core / 4263
74%

Build:
DEFAULT BRANCH: develop
Ran 26 Oct 2018 05:38PM UTC
Jobs 4
Files 392
Run time 3min
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
4263

push

travis-ci

giovannipizzi
Implement the `verdi export inspect` command (#2128)

This command enables a user to easily inspect the contents of an export
archive. The implementation uses a new class `Archive` which is a utility
class to deal with export archives. It should be used in a context manager:

    with Archive('/some/archive.aiida') as archive:
        version = archive.version_format

The context manager will ensure that the archive is lazily unpacked into a
sandbox folder which will be automatically cleaned when the context is left.

The command by default prints a summary of the contents and the version numbers
of the format itself and AiiDA with which it was exported. With flags one can
toggle to print just the format version, or the contents of the data or metadata
files contained within the archive.

25322 of 36884 relevant lines covered (68.65%)

2.41 hits per line

Jobs
ID Job ID Ran Files Coverage
5 4263.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 26 Oct 2018 05:38PM UTC 0
60.91
Travis Job 4263.5
6 4263.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 26 Oct 2018 05:38PM UTC 0
60.85
Travis Job 4263.6
7 4263.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 26 Oct 2018 05:38PM UTC 0
59.83
Travis Job 4263.7
8 4263.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 26 Oct 2018 05:40PM UTC 0
59.8
Travis Job 4263.8
Source Files on build 4263
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4263
  • d0a8db54 on github
  • Prev Build on develop (#4260)
  • Next Build on develop (#4280)
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