-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
👷 Preview builds using pkg.pr.new
#5391
Conversation
The GitHub Application `pkg.pr.new` is responsible to help into previewing packages as they get developped. It could be seen as a possible alternative to the current codesandbox option that we have been using until now. This PR aims into giving it a try to see how it behaves against our monorepo.
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 7d5ffb8:
|
commit: |
👋 A preview of the new documentation is available at: http://67249923cf935703eb030927--dubzzz-fast-check.netlify.app |
👋 A preview of the new documentation is available at: http://67249bdbbcb45df17921386c--dubzzz-fast-check.netlify.app |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5391 +/- ##
=======================================
Coverage 95.23% 95.24%
=======================================
Files 235 235
Lines 10562 10583 +21
Branches 2817 2826 +9
=======================================
+ Hits 10059 10080 +21
Misses 503 503
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
The GitHub Application
pkg.pr.new
is responsible to help into previewing packages as they get developped. It could be seen as a possible alternative to the current codesandbox option that we have been using until now.This PR aims into giving it a try to see how it behaves against our monorepo.
Checklist — Don't delete this checklist and make sure you do the following before opening the PR
yarn bump
and flag the impacts properlyAdvanced