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

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

Build:
DEFAULT BRANCH: master
Ran 14 Oct 2019 12:13AM 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.619% (+0.02%) from 90.6%
2.4

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).

3072 of 3390 relevant lines covered (90.62%)

127.01 hits per line

Source Files on job 1848.1 (2.4)
  • 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.1
  • 8e0191ae on github
  • Prev Job for 2.4 on master (#1847.1)
  • Next Job for 2.4 on master (#1849.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