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

mishin / POD-to-RU / 568 / 5
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 28 Apr 2017 11:22AM UTC
Files 5
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

28 Apr 2017 11:21AM UTC coverage: 100.0%. Remained the same
568.5

push

travis-ci

web-flow
change version number

our $VERSION = '1.83.0';
I would use x.y.z kind of versioning
x - major release
y - minor release
z - build number
http://semver.org/

Given a version number MAJOR.MINOR.PATCH, increment the:

    MAJOR version when you make incompatible API changes,
    MINOR version when you add functionality in a backwards-compatible manner, and
    PATCH version when you make backwards-compatible bug fixes.

Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.


	

I use this rule for my applications:

x.y.z

Where:

    x = main version number, 1-~.
    y = feature number, 0-9. Increase this number if the change contains new features with or without bug fixes.
    z = hotfix number, 0-~. Increase this number if the change only contains bug fixes.

32 of 32 relevant lines covered (100.0%)

1.25 hits per line

Source Files on job 568.5
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 568
  • Travis Job 568.5
  • 3ff58a92 on github
  • Prev Job for on master (#567.5)
  • Next Job for on master (#573.2)
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