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

catmaid / CATMAID / 5577 / 3
45%
master: 45%

Build:
Build:
LAST BUILD BRANCH: dev
DEFAULT BRANCH: master
Ran 21 Dec 2018 05:18AM UTC
Files 97
Run time 4s
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: 45.503%. Remained the same
5577.3

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".

7685 of 16889 relevant lines covered (45.5%)

0.46 hits per line

Source Files on job 5577.3
  • Tree
  • List 0
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5088
  • Travis Job 5577.3
  • 6bf7501c on github
  • Prev Job for on features/docker-update (#5576.1)
  • Next Job for on features/docker-update (#5579.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

© 2026 Coveralls, Inc