-
Notifications
You must be signed in to change notification settings - Fork 40
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
CP-839 New Task: Code Coverage #25
Conversation
4f06bcc
to
11f62c0
Compare
Directory report; | ||
if (html) { | ||
await coverage._generateReport(); | ||
report = new Directory(_coverageDirectory); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we go ahead and make coverage output directory configurable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah that's a good idea
+1 once merge conflicts are fixed |
076a62c
to
826c188
Compare
@trentgrover-wf @maxwellpeterson-wf @dustinlessard-wf rebased on latest master. |
+1 |
1 similar comment
+1 |
@jayudey-wf ready for merge |
QA Resource Approval: +10
Merging into master. |
CP-839 New Task: Code Coverage
Issue
#9 New Task: Code Coverage
Also took care of #20 since it turned out to be necessary to get coverage working (coverage was running on hard coded port, and one of the tests runs coverage which would run on that same hard coded port).
Changes
Source:
config.coverage
to dev.dart file generated byinit
taskTests:
Areas of Regression
Testing
ddev test --integration
passesCode Review
@trentgrover-wf
@maxwellpeterson-wf
@dustinlessard-wf
@jayudey-wf