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

agorapulse / testing-libraries / 20 / 1
100%
master: 100%

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

25 Feb 2019 10:59AM UTC coverage: 100.0%. Remained the same
20.1

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

210 of 210 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 20.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2
  • Travis Job 20.1
  • e84866c1 on github
  • Prev Job for on master (#18.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