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

chore: fix coverage results for all packages #11

Merged
merged 2 commits into from Mar 21, 2017

Conversation

JaKXz
Copy link
Member

@JaKXz JaKXz commented Mar 20, 2017

also address issue with istanbul-api package, hopefully.

also address issue with istanbul-api package, hopefully
@JaKXz JaKXz requested a review from bcoe March 20, 2017 21:04
"exclude": [
"**/test/**",
"**/dist/**",
"**/bin/**"
Copy link
Member Author

Choose a reason for hiding this comment

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

TBPH I'm not a huge fan of this because it seems brittle (i.e. what if we hypothetically wanted to cover something in a dist/ folder?) but I think the compromise works because of the use case. Let me know what you all think :)

@coveralls
Copy link

coveralls commented Mar 20, 2017

Coverage Status

Coverage increased (+3.1%) to 94.206% when pulling c2a436d on JaKXz:fix/coverage-test-run into 3a38ff2 on istanbuljs:master.

],
"reporter": [
"text",
"lcov"
Copy link
Member Author

Choose a reason for hiding this comment

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

Added this for a local verification. I'm not overly attached to it, but text and lcov are usually the reporters I have on every project... but I am open to removing it for the sake of performance or some other valid reason.

@bcoe
Copy link
Member

bcoe commented Mar 20, 2017

@JaKXz if we add the yarn.lock can I still use npm?

@JaKXz
Copy link
Member Author

JaKXz commented Mar 20, 2017

@bcoe I believe so, but I can remove it in case.

I meant to use it in conjunction with the new functionality in: https://github.com/lerna/lerna/releases/tag/v2.0.0-beta.38

Up to you! :)

@coveralls
Copy link

Coverage Status

Coverage increased (+3.03%) to 94.125% when pulling 166cea6 on JaKXz:fix/coverage-test-run into 3a38ff2 on istanbuljs:master.

Copy link
Member

@bcoe bcoe left a comment

Choose a reason for hiding this comment

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

looks great to me 👍 I wonder what changed that made tests start working with nyc enabled.

@bcoe bcoe merged commit 0042329 into istanbuljs:master Mar 21, 2017
@JaKXz JaKXz deleted the fix/coverage-test-run branch March 21, 2017 05:14
arnabsen pushed a commit to arnabsen/istanbuljs that referenced this pull request Feb 20, 2024
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

3 participants