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

Test coverage #12

Merged
merged 5 commits into from
Jun 2, 2018
Merged

Test coverage #12

merged 5 commits into from
Jun 2, 2018

Conversation

scull7
Copy link
Collaborator

@scull7 scull7 commented May 31, 2018

  • Add a test to cover an uncovered flatMapOk case.
  • Add test:only command to just run ospec
  • Add test:cover command to run coverage with human readable coverage output.
  • Change test to generate test coverage
  • add a coverage:report command and add it to the posttest.

Coverage can be tracked with http://coveralls.io, The following tasks
need to be completed:

  1. Install the node-coveralls package.
  2. Set up the repository on http://coveralls.io
  3. Add a .coveralls.yml file with the proper repo token.
  4. Update the coverage:report command to the following
{
  "coverage:report": "nyc --reporter=text-lcov ospec | coveralls"
}

Sorry, something went wrong.

scull7 added 2 commits May 31, 2018 03:08
- Add a test to cover an uncovered flatMapOk case.
- Add test:only command to just run `ospec`
- Add test:cover command to run coverage with human readable coverage output.
- Change test to generate test coverage
- add a coverage:report command and add it to the posttest.

Coverage can be tracked with http://coveralls.io, The following tasks
need to be completed:
1. [x] Install the [node-coveralls] package.
2. [ ] Set up the repository on http://coveralls.io
3. [ ] Add a `.coveralls.yml` file with the proper repo token.
4. [ ] Update the `coverage:report` command to the following
```json
{
  "coverage:report": "nyc --reporter=text-lcov ospec | coveralls"
}
```

[node-coveralls]: https://github.com/nickmerwin/node-coveralls#nyc
@scull7 scull7 requested a review from gilbert May 31, 2018 10:16
@gilbert
Copy link
Member

gilbert commented Jun 1, 2018

Awesome! Is this ready to merge?

@scull7
Copy link
Collaborator Author

scull7 commented Jun 1, 2018

@gilbert Ready to go.

@gilbert gilbert merged commit e4ebc1e into RationalJS:master Jun 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants