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

se-edu / addressbook-level4 / 4666
93%
master: 94%

Build:
Build:
LAST BUILD BRANCH: 453-result-message
DEFAULT BRANCH: master
Ran 15 Aug 2018 08:06AM UTC
Jobs 1
Files 90
Run time 8s
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
4666

Pull #904

travis-ci

web-flow
checkstyle: add SingleSpaceSeparator

Most of our code in the code base put only a single space between
non-whitespace characters,

    "Like " + "this."

There is really no reason why code should put more than a single space
between non-whitespace characters,

    "Like "  + "this."

To enforce consistency throughout the code base, let's add the
SingleSpaceSeparator module to our checkstyle configuration, and fix all
of the existing violations in our code base.
Pull Request #904: checkstyle: add SingleSpaceSeparator

2 of 2 new or added lines in 2 files covered. (100.0%)

1433 of 1544 relevant lines covered (92.81%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4666.1 15 Aug 2018 08:06AM UTC 0
92.81
Travis Job 4666.1
Source Files on build 4666
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4666
  • Pull Request #904
  • PR Base - master (#4664)
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