Skip to content

Make code-coverage mandatory when running tests#495

Merged
ziluvatar merged 3 commits intoauth0:masterfrom
JacoKoster:addition-istanbul-config
Jun 25, 2018
Merged

Make code-coverage mandatory when running tests#495
ziluvatar merged 3 commits intoauth0:masterfrom
JacoKoster:addition-istanbul-config

Conversation

@JacoKoster
Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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