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

sds / overcommit / 1848
91%

Build:
DEFAULT BRANCH: master
Ran 14 Oct 2019 12:13AM UTC
Jobs 3
Files 615
Run time 33min
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

pending completion
1848

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

9049 of 9986 relevant lines covered (90.62%)

384.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1848.1 (2.4) 14 Oct 2019 12:13AM UTC 0
90.62
Travis Job 1848.1
2 1848.2 (2.5) 14 Oct 2019 12:46AM UTC 0
90.59
Travis Job 1848.2
3 1848.3 (2.6) 14 Oct 2019 12:17AM UTC 0
90.59
Travis Job 1848.3
Source Files on build 1848
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1848
  • 8e0191ae on github
  • Prev Build on master (#1847)
  • Next Build on master (#1849)
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