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

Added Istanbul to check test-coverage #468

Merged
merged 3 commits into from
Jun 16, 2018
Merged

Added Istanbul to check test-coverage #468

merged 3 commits into from
Jun 16, 2018

Conversation

JacoKoster
Copy link
Contributor

While looking to add tests for PR 413 i noticed it would be helpful to have an overview of the tested code. Hopefully this helps :)

@JacoKoster
Copy link
Contributor Author

JacoKoster commented May 18, 2018

Build has failed because of node 5's limitations with block scoped items... :-(

My recommendation is to remove node <5 from the travis-testing-set and add the latest versions of node to the travis.yml... https://github.com/nodejs/Release#release-schedule indicates that 5 went out of life on 2016-06-30

@ziluvatar
Copy link
Contributor

I'll leave this on hold until we remove support for node 4 and 5. (I left a comment in your other PR #470)

@JacoKoster
Copy link
Contributor Author

Because of the update of the CI, this can now be merged :-)

(It is only a dev-dependency anyway)

.gitignore Outdated
.nyc_output
coverage
node_modules_bak
Copy link
Contributor

@MitMaro MitMaro May 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this line be here? Seems like it might have been included accidentally.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, yes, because the cost-of-modules takes quite some time i cancelled it and it left this folder. I added it in the ignore as i figured this shouldn't be checked in. I will remove it from the gitignore ;-)

@JacoKoster JacoKoster mentioned this pull request Jun 8, 2018
@MitMaro MitMaro mentioned this pull request Jun 14, 2018
23 tasks
@ziluvatar ziluvatar merged commit 9676a83 into auth0:master Jun 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants