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

go-critic / go-critic / 2356
98%

Build:
DEFAULT BRANCH: master
Ran 14 Jan 2019 07:46AM UTC
Jobs 2
Files 56
Run time 20s
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

14 Jan 2019 07:45AM UTC coverage: 26.132% (-0.4%) from 26.539%
2356

push

travis-ci

web-flow
checkers: teach boolExprSimplify a few new tricks (#766)

New patterns:

  `x <= y-1` => `x < y`
  `x+1 <= y` => `x < y`
  `x > y-1` => `x >= y`
  `x+1 > y` => `x >= y`
  `x >= y+1` => `x > y`
  `x-1 >= y` => `x > y`
  `x < y+1` => `x <= y`
  `x-1 < y` => `x <= y`

Updates #616

Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>

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

802 of 3069 relevant lines covered (26.13%)

0.52 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2356.1 (TEST_SUITE=tests) 14 Jan 2019 07:46AM UTC 0
26.13
Travis Job 2356.1
2 2356.2 (TEST_SUITE=linter) 14 Jan 2019 07:46AM UTC 0
26.13
Travis Job 2356.2
Source Files on build 2356
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2356
  • 5ce3939c on github
  • Prev Build on master (#2351)
  • Next Build on master (#2361)
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