-
Notifications
You must be signed in to change notification settings - Fork 820
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
feat: diagnose #10383
feat: diagnose #10383
Conversation
e0a3e53
to
b88cb96
Compare
3aa72d9
to
c9df69e
Compare
d9201a0
to
3612900
Compare
Codecov Report
@@ Coverage Diff @@
## master #10383 +/- ##
==========================================
+ Coverage 46.57% 46.61% +0.04%
==========================================
Files 703 708 +5
Lines 35246 35488 +242
Branches 7134 7164 +30
==========================================
+ Hits 16417 16544 +127
- Misses 17042 17144 +102
- Partials 1787 1800 +13
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
3d34ca3
to
e31e5ae
Compare
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.
overall LGTM, small nits
@@ -7,12 +7,13 @@ import { spawnSync, execSync } from 'child_process'; | |||
import { v4 as uuid } from 'uuid'; |
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.
are there any actual changes in this file?
e31e5ae
to
180edab
Compare
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.
LGTM, just a few questions
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.
LGTM
Description of changes
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.