Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve coverage for exec() #742

Closed
nfischer opened this issue Jun 18, 2017 · 0 comments
Closed

Improve coverage for exec() #742

nfischer opened this issue Jun 18, 2017 · 0 comments
Assignees

Comments

@nfischer
Copy link
Member

nfischer commented Jun 18, 2017

See the coverage report

We're currently missing line coverage for:

Blocks #671

@nfischer nfischer self-assigned this Jun 18, 2017
nfischer added a commit that referenced this issue Jun 18, 2017
No logic change.

This adds one test to cover some missing lines, and adds some `istanbul ignore`
directives.

I see 100% line coverage for `src/exec.js` when running:

```sh
$ nyc --reporter=text --reporter=lcov ava --serial test/exec.js`
```

Fixes #742
nfischer added a commit that referenced this issue Jun 18, 2017
* test(exec): add tests for coverage

No logic change.

This adds one test to cover some missing lines, and adds some `istanbul ignore`
directives.

I see 100% line coverage for `src/exec.js` when running:

```sh
$ nyc --reporter=text --reporter=lcov ava --serial test/exec.js`
```

Fixes #742

* Fix lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant