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

evanlucas / check-pkg / 14 / 3
91%
master: 91%

Build:
DEFAULT BRANCH: master
Ran 30 Nov 2018 06:01PM UTC
Files 3
Run time 0s
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

30 Nov 2018 06:00PM UTC coverage: 91.304%. Remained the same
14.3

push

travis-ci

evanlucas
cmd: update nopt to parse filter args as arrays

The filter and excludes options were defined as an enum of String
types and were always being passed as the last value if the option was
specified more than once

```
-d !node_modules -d !.git -d !tools -> {dir-filter: "tools"}
```

Adding the Array type so nopt parses the values as an array of supplied
values

```
-d !node_modules -d !.git !tools -> {dir-filter: ["!node_modules", "!.git", "!tools"]}
```
Semver: patch

32 of 37 branches covered (86.49%)

84 of 92 relevant lines covered (91.3%)

3.7 hits per line

Source Files on job 14.3
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 13
  • Travis Job 14.3
  • 918cf31b on github
  • Prev Job for on master (#11.1)
  • Next Job for on master (#15.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