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

sds / overcommit / 1836
90%
master: 91%

Build:
Build:
LAST BUILD BRANCH: solargraph-change-output-format
DEFAULT BRANCH: master
Ran 13 Oct 2019 03:56PM UTC
Jobs 3
Files 201
Run time 30s
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
1836

Pull #681

travis-ci

web-flow
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).
Pull Request #681: Introduce `exclude_branch_patterns` on Hook Config

6 of 6 new or added lines in 1 file covered. (100.0%)

2948 of 3259 relevant lines covered (90.46%)

381.33 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1836.1 (2.4) 13 Oct 2019 03:56PM UTC 0
90.47
Travis Job 1836.1
2 1836.2 (2.5) 13 Oct 2019 03:56PM UTC 0
90.45
Travis Job 1836.2
3 1836.3 (2.6) 13 Oct 2019 03:56PM UTC 0
90.45
Travis Job 1836.3
Source Files on build 1836
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #1836
  • Pull Request #681
  • PR Base - master (#1833)
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

© 2025 Coveralls, Inc