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

ultraware / roles / 53 / 5
63%
5.3: 61%

Build:
Build:
LAST BUILD BRANCH: 5.5
DEFAULT BRANCH: 5.3
Ran 26 May 2017 04:43PM UTC
Files 17
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

26 May 2017 04:40PM UTC coverage: 63.636% (-4.9%) from 68.531%
coverage=yes

Pull #12

travis-ci

web-flow
changed column names of sql group by statement to match the actual column names,
not aliases

this fixes an issue with ms sql server, which does not seem to be able
to apply a group by statement on a column alias
not working:
  SELECT actual_col AS col_alias FROM x GROUP BY col_alias
working:
  SELECT actual_col AS col_alias FROM x GROUP BY actual_col
Pull Request #12: minor fix for MS SQL server (group by alias)

98 of 154 relevant lines covered (63.64%)

4.39 hits per line

Source Files on job 53.5 (coverage=yes)
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 53
  • Travis Job 53.5
  • dc199e59 on github
  • Prev Job for coverage=yes on master (#51.5)
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