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

tibagni / LogViewer / 71
85%

Build:
DEFAULT BRANCH: master
Ran 01 Jun 2021 02:31PM UTC
Jobs 1
Files 56
Run time 6min
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
71

push

travis-ci-com

web-flow
Fixes #31: Use system new line sep. in testPersistGroupMultipleFilters (#32)

The test FiltersRepositoryTests.testPersistGroupMultipleFilters splits
a string by '\n' and checks the result strings. On Windows, the new
line separator is '\r\n', so when the string is split by '\n', it
leaves a '\r' in each line, and the test fails due to that difference.

Split the string by using the new line separator of the current
system, instead of always using '\n', which isn't the separator
on Windows.

885 of 1499 relevant lines covered (59.04%)

0.59 hits per line

Jobs
ID Job ID Ran Files Coverage
1 71.1 01 Jun 2021 02:31PM UTC 0
59.04
Travis Job 71.1
Source Files on build 71
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #71
  • 3758514a on github
  • Prev Build on master (#71)
  • Next Build on master (#73)
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