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

Fix the combined coverage report #1254

Merged
merged 6 commits into from
Sep 21, 2017
Merged

Fix the combined coverage report #1254

merged 6 commits into from
Sep 21, 2017

Conversation

richard-cox
Copy link
Contributor

@richard-cox richard-cox commented Sep 8, 2017

Deps on #1246

@richard-cox richard-cox changed the base branch from master to fix-create-app-route-errors September 11, 2017 16:22
@richard-cox richard-cox changed the base branch from fix-create-app-route-errors to master September 11, 2017 16:52
Copy link
Contributor

@nwmac nwmac left a comment

Choose a reason for hiding this comment

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

See comment

@@ -29,11 +31,31 @@
});

gulp.task('coverage-combine', function (cb) {
var combine = require('istanbul-combine');
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we remove this as a dev dependency as well - I don't think its used anywhere else?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The diff is a bit odd, the line's just moved further down

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah yes. See it now

Copy link
Contributor

@nwmac nwmac left a comment

Choose a reason for hiding this comment

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

LGTM,

Tested locally.

@nwmac nwmac merged commit a7ef8aa into master Sep 21, 2017
@nwmac nwmac deleted the fix-combined-coverage branch September 21, 2017 08:53
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.

2 participants