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

catmaid / CATMAID / 5578 / 4
46%
master: 45%

Build:
Build:
LAST BUILD BRANCH: dev
DEFAULT BRANCH: master
Ran 21 Dec 2018 05:38AM UTC
Files 97
Run time 6s
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

21 Dec 2018 05:08AM UTC coverage: 44.144% (-1.4%) from 45.503%
5578.4

push

travis-ci

tomka
Update version information representation

The recent change of the version information representation was
unfortunately problematic for some downstream tools like `rcatmaid`.
They rely on the commit counter to be available to compare versions
between releases. Therefore, the version representation now uses a
format similar to `git describe` again:

  <base-version>-<commit-counter>-<commit>

The <base-version> is taken from BASE_VERSION field, the commit counter
is computed based on the distance of the current commit to the
BASE_COMMIT field id. This new field is populated by the release script.
The <commit> reference is the current commit. Both <commit> and
<commit-counter> are populated from `git describe`, if it is available.
If not, the files /home/git-commit and /home/git-base-version are
expected to be present (Docker context). If they  are not available,
the BASE_VERSION variable is returned together with the suffix
"-unknown".

7456 of 16890 relevant lines covered (44.14%)

0.44 hits per line

Source Files on job 5578.4
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5089
  • Travis Job 5578.4
  • 6bf7501c on github
  • Prev Job for on features/improve-version-representation (#5575.1)
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