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

evanlucas / check-pkg / 14
91%

Build:
DEFAULT BRANCH: master
Ran 30 Nov 2018 06:01PM UTC
Jobs 3
Files 3
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
14

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

11.09 hits per line

Jobs
ID Job ID Ran Files Coverage
1 14.1 30 Nov 2018 06:01PM UTC 0
91.3
Travis Job 14.1
2 14.2 30 Nov 2018 06:01PM UTC 0
91.3
Travis Job 14.2
3 14.3 30 Nov 2018 06:01PM UTC 0
91.3
Travis Job 14.3
Source Files on build 14
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #14
  • 918cf31b on github
  • Prev Build on master (#11)
  • Next Build on master (#15)
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