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

Make code-coverage mandatory when running tests #495

Merged
merged 3 commits into from
Jun 25, 2018

Conversation

JacoKoster
Copy link
Contributor

As mentioned in #486, made the coverage-check mandatory when running test.

Copy link
Contributor

@ziluvatar ziluvatar left a comment

Choose a reason for hiding this comment

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

Can you resolve conflicts?
I'm not sure what values should be the right ones. Since this is passing we can leave it as is and tweak them if needed.

"reporter": [
"json",
"lcov",
"text-summary"
Copy link
Contributor

Choose a reason for hiding this comment

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

does this mean no HTML reporter?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Preferably it should be 100% coverage, but as we are missing some tests on exception handling and @MitMaro is in the process of refactoring the tests, i was being liberate ;-)

Lcov includes a html reporter :-)

screen shot 2018-06-25 at 20 54 35

@ziluvatar ziluvatar merged commit fb0084a into auth0:master Jun 25, 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.

2 participants