-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Change crna-kitchen-sink path and Some CI maintenance #4409
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4409 +/- ##
=======================================
Coverage 36.02% 36.02%
=======================================
Files 557 557
Lines 6643 6643
Branches 869 869
=======================================
Hits 2393 2393
Misses 3805 3805
Partials 445 445 Continue to review full report at Codecov.
|
buildType(OpenSourceProjects_Storybook_Docs) | ||
buildType(OpenSourceProjects_Storybook_Build_2) | ||
buildType(OpenSourceProjects_Storybook_CliTest) | ||
buildType(OpenSourceProjects_Storybook_Test) | ||
buildType(OpenSourceProjects_Storybook_Lint) | ||
buildType(OpenSourceProjects_Storybook_Lint_Warnings) |
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.
Why?
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.
Didn't realize we wanted both Lint giving warnings and error. Any reason behind that?
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.
"Lint" blocks merging PRs, and "Lint Warnings" doesn't. We don't want to block PR because of wrong indentation, but we want to fix it at some point afterwards. And to fix an issue, we need to know about it.
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.
Wouldn't that be achieved by removing "Lint" from "Build" and make it optional?
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.
Eslint doesn't only check formatting. We still want everything that we marked as "error" to be a blocker. E.g. using nonexistent variable or eval()
3f70b64
to
e3bbe42
Compare
uuid = "ac276912-df1a-44f1-8de2-056276193ce8" | ||
id = "OpenSourceProjects_Storybook_ReactNative" | ||
id = "OpenSourceProjects_Storybook_NativeSmokeTests" | ||
name = "React Native" |
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.
The actual displayed name didn't change. Is it intended?
f93ad5d
to
7235882
Compare
fe9d3d1
to
33f1c59
Compare
33f1c59
to
fcabc23
Compare
Also remove HYPERAPP