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

springfox / springfox / 1085
97%

Build:
DEFAULT BRANCH: master
Ran 01 Jun 2015 01:13AM UTC
Jobs 6
Files 182
Run time 1124min
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
1085

push

circleci

dilipkrish
Refactoring the release plugin so that it infers the version without

needing to modify source control. Introduced two concepts to be part of
the CD build workflow:

First idea to use the git annotated tags as a way to generate version
numbers, rather than a version.properties file. git describe and git
describe --exact-match to the rescue.

Git already has an idea of generating serial predictable commit
descriptions (build numbers) given an annotated tag for e.g. the
currently the version according to git in this branch is
2.0.0-62-g8433c2b it has the format 2.0.0-<count>-g<sha> where:

- 2.0.0 is the annotated tag
- count is the number of commits after the annotated tag (62 commits since
2.0.0!!)
- sha is the commit sha. (8433c2b is the current sha)

Second idea I introduced is a way to infer the snapshot build/ release
build using the concept of a build number suffix. Rather than change the
version decorator used.

resolves #759
closes #760

3121 of 3223 relevant lines covered (96.84%)

0.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1085.1 01 Jun 2015 01:13AM UTC 0
96.6
2 1085.2 01 Jun 2015 01:13AM UTC 0
98.06
3 1085.3 01 Jun 2015 01:13AM UTC 0
96.14
4 1085.4 01 Jun 2015 01:13AM UTC 0
95.35
5 1085.5 01 Jun 2015 01:13AM UTC 0
97.23
6 1085.6 01 Jun 2015 01:13AM UTC 0
97.05
Source Files on build 1085
Detailed source file information is not available for this build.
  • Back to Repo
  • CircleCI Build #1085
  • 21874ad4 on github
  • Prev Build on master (#1083)
  • Next Build on master (#1086)
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