Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

chore(coverage): add make coverage command #1080

Merged
merged 2 commits into from
Jul 25, 2017
Merged

Conversation

seanknox
Copy link
Contributor

@seanknox seanknox commented Jul 22, 2017

What this PR does / why we need it: adds make coverage to generate test coverage report, and optionally send coverage reports to coveralls.io.

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #1070

Special notes for your reviewer:

Release note:

can run `make coverage` to generate test coverage report

This change is Reviewable

@ghost ghost assigned seanknox Jul 22, 2017
@ghost ghost added the in progress label Jul 22, 2017
@seanknox seanknox requested a review from weinong July 22, 2017 01:10
@seanknox seanknox force-pushed the chores/add-coverage branch 2 times, most recently from 46281ed to 83c9d85 Compare July 22, 2017 01:17
@seanknox seanknox requested a review from dmitsh July 22, 2017 01:19
@seanknox seanknox force-pushed the chores/add-coverage branch from 83c9d85 to 76293cb Compare July 22, 2017 01:20
Copy link
Contributor

@rjtsdl rjtsdl left a comment

Choose a reason for hiding this comment

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

LGTM

@JackQuincy
Copy link
Contributor

Call me curious what does our coverage look like at the moment?

@seanknox seanknox merged commit b3e54fa into master Jul 25, 2017
@seanknox seanknox deleted the chores/add-coverage branch July 25, 2017 00:24
@ghost ghost removed the in progress label Jul 25, 2017
@seanknox
Copy link
Contributor Author

@JackQuincy 38%. We've got our work cut out for us. https://coveralls.io/github/Azure/acs-engine

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(ci): setup test coverage reports
4 participants