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

sds / overcommit / 1848 / 3
91%
master: 91%

Build:
DEFAULT BRANCH: master
Ran 14 Oct 2019 12:17AM UTC
Files 205
Run time 9s
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 Oct 2019 12:07AM UTC coverage: 90.593% (+0.02%) from 90.577%
2.6

push

travis-ci

sds
Introduce `exclude_branch_patterns` on Hook Config

Context
=
This will allow user to skip any Hook based on branch patterns.

For example, if the user wish to skip a particular Hook (i.e. Rubocop) for `staging` branch,
the user could specify below

```
PreCommit:
  Rubocop:
   exclude_branch_patterns: ['staging']
```
or using glob partial pattern

```
PreCommit:
  Rubocop:
   exclude_branch_patterns: ['stag*']
```

By default `exclude_branch_patterns` is empty (includes all branches).

3053 of 3370 relevant lines covered (90.59%)

127.12 hits per line

Source Files on job 1848.3 (2.6)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1816
  • Travis Job 1848.3
  • 8e0191ae on github
  • Prev Job for 2.6 on master (#1847.3)
  • Next Job for 2.6 on master (#1849.3)
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