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

agorapulse / testing-libraries / 20
100%

Build:
DEFAULT BRANCH: master
Ran 25 Feb 2019 11:02AM UTC
Jobs 1
Files 12
Run time 2s
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
20

Pull #2

travis-ci

web-flow
Fixes a problem with Windows file separator in Fixt

File.separator is used in a regex, but the Windows filesystem separator
is a backslash which is an escape character in a regex. There is no
subsequent character and that causes an exception.

Redid Fixt.java as Fixt.groovy as it's in the src/main/groovy folder.

Switched to using FileSystems.default.getPath to resolve the location.
Sidesteps the issue completely, revert to the old code to see an example
of how it fails.

Excluded UnnecessaryGString from Codenarc configuration as there is no
such thing as unnecessary gstring. Double quoted strings are still just
java.lang.String if there's no interpolation in them.  Ref: 4.4 of the
groovy docs.

Extended the spec to test with both a unix and a windows file separator
Pull Request #2: Fixes a problem with Windows file separator in Fixt

42 of 42 new or added lines in 1 file covered. (100.0%)

210 of 210 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20.1 25 Feb 2019 11:02AM UTC 0
100.0
Travis Job 20.1
Source Files on build 20
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #20
  • Pull Request #2
  • PR Base - master (#18)
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

© 2025 Coveralls, Inc