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

wooga / atlas-release / 69 / 2
81%
master: 81%

Build:
DEFAULT BRANCH: master
Ran 17 Jan 2019 09:35AM UTC
Files 6
Run time 0s
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

17 Jan 2019 09:34AM UTC coverage: 98.008%. Remained the same
69.2

push

jenkins

Fix version precedence check for snapshot (ci) builds (#47)

Description
===========

The new `semver 2.0` snapshot strategy enforces version precedence due
to a configuration error. This is a clear bug because snapshot builds
are designed to be outside the version order for `rc` or `final` builds.
So how can this bug show itself. The only valid way at the moment to
trigger this bug is to build a prerelease build (`rc`) and then a
snapshot version with the same base version. This can happen in
`release/2.x` branches. A snapshot build should have no direct
connections to any pre or final release.

**gradle output**
```
> Inferred version (2.0.0-branch.release.2.x.0) cannot be lower than nearest (2.0.0-rc.1). Required by selected strategy.
```

This patch simply configures the snapshot strategy not to enforce
version precedence (the old v1 did this as well).

Changes
=======

![FIX] semver `2.0` snapsphot version prcedence check

246 of 251 relevant lines covered (98.01%)

0.98 hits per line

Source Files on job 69.2
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 69
  • 5aca6da2 on github
  • Prev Job for on master (#67.2)
  • Next Job for on master (#71.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