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

go-critic / go-critic / 2361
98%

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

15 Jan 2019 09:05AM UTC coverage: 25.396% (-0.7%) from 26.132%
2361

push

travis-ci

web-flow
checkers: add new patterns to boolExprSimplify (#768)

* checkers: add new patterns to boolExprSimplify

New patterns:

  `x > c && x < c+2` => `x == c+1`
  `x >= c && x < c+1` => `x == c`
  `x > c && x <= c+1` => `x == c+1`
  `x >= c && x <= c` => `x == c`
  `x < c || x > c` => `x != c`
  `x <= c || x > c+1` => `x != c+1`
  `x < c || x >= c+1` => `x != c`
  `x <= c || x >= c+2` => `x != c+1`

Updates #616

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

802 of 3158 relevant lines covered (25.4%)

0.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2361.1 (TEST_SUITE=tests) 15 Jan 2019 09:07AM UTC 0
25.4
Travis Job 2361.1
2 2361.2 (TEST_SUITE=linter) 15 Jan 2019 09:07AM UTC 0
25.4
Travis Job 2361.2
Source Files on build 2361
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2361
  • 04d160ff on github
  • Prev Build on master (#2356)
  • Next Build on master
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