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

Use istanbul coverage tool int the webpack coverage #3506

Merged
merged 1 commit into from
Feb 12, 2018
Merged

Conversation

sbrunner
Copy link
Member

No description provided.

@sbrunner sbrunner added this to the 2.3 milestone Feb 12, 2018
@@ -99,6 +99,8 @@ jobs:
- make lint
- make check-examples-webpack
- if [ ${IS_HOME} = TRUE ]; then JOB=publish-examples buildtools/deploy.sh; fi
after_success:
- cat .build/coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls.js
Copy link
Member

Choose a reason for hiding this comment

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

There's the same code line 80, is it correct?

Copy link
Member Author

@sbrunner sbrunner Feb 12, 2018

Choose a reason for hiding this comment

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

Good question efectively, should I comment this line and we will uncomment it when we move on webpack?

Copy link
Member

Choose a reason for hiding this comment

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

let's keep it

@sbrunner sbrunner merged commit bc173ad into master Feb 12, 2018
@sbrunner sbrunner deleted the coverage branch February 12, 2018 15:39
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