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

go-critic / go-critic / 2356 / 1
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 14 Jan 2019 07:46AM UTC
Files 56
Run time 4s
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%
TEST_SUITE=tests

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>

802 of 3069 relevant lines covered (26.13%)

0.26 hits per line

Source Files on job 2356.1 (TEST_SUITE=tests)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 712
  • Travis Job 2356.1
  • 5ce3939c on github
  • Prev Job for TEST_SUITE=tests on master (#2351.1)
  • Next Job for TEST_SUITE=tests on master (#2361.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