-
Notifications
You must be signed in to change notification settings - Fork 133
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
SNOW-1769573 Add support for describeOnly
#945
Conversation
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.
Maybe we should also check a success flow?
f6766a1
to
3b4fd32
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #945 +/- ##
==========================================
+ Coverage 88.87% 88.88% +0.01%
==========================================
Files 69 69
Lines 6677 6685 +8
==========================================
+ Hits 5934 5942 +8
Misses 743 743 ☔ View full report in Codecov by Sentry. |
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.
- Let's add SNOW-XXX to the PR name
- Let's add more tests when describe only is passed
describeOnly
describeOnly
7ff4261
to
a8a360c
Compare
a8a360c
to
985dcfb
Compare
Description
SNOW-1769573 - Add support for describeOnly.
Checklist
npm run lint:check -- CHANGED_FILES
and fix problems in changed code)npm run test:unit
andnpm run test:integration
)