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

ultraware / roles / 53
63%
5.3: 61%

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

pending completion
53

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)

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

98 of 154 relevant lines covered (63.64%)

4.39 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
src/Exceptions/LevelDeniedException.php
9
100.0
src/RolesServiceProvider.php
Jobs
ID Job ID Ran Files Coverage
5 53.5 (coverage=yes) 26 May 2017 04:42PM UTC 0
63.64
Travis Job 53.5
Source Files on build 53
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #53
  • Pull Request #12
  • PR Base - master (#51)
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