-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add a Github Action for testing Yarn 3 #574
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
facebook-github-bot
added
the
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
label
Sep 23, 2021
Codecov Report
@@ Coverage Diff @@
## package-reorg #574 +/- ##
=================================================
- Coverage 65.47% 65.38% -0.10%
=================================================
Files 79 79
Lines 7297 7297
=================================================
- Hits 4778 4771 -7
- Misses 2519 2526 +7
Continue to review full report at Codecov.
|
pringshia
force-pushed
the
workflow-for-testing-yarn
branch
from
September 23, 2021 13:49
cad3f8e
to
8774cc8
Compare
Auto-merging. This is just going into another feature branch, not main |
pringshia
added a commit
that referenced
this pull request
Sep 24, 2021
* Layout base folder structure * rename scripts pkg to dev-scripts * Add base README * Get dev-scripts working * Wire up new transition storybook under docs/sb * Fix up .yarnrc.yml * Set up @annotated/bbox package * Add @annotated/video-player pkg * Add more stories to the storybook * Add a Github Action for testing Yarn 3 (#574) * Layout base folder structure * rename scripts pkg to dev-scripts * Add base README * Get dev-scripts working * Wire up new transition storybook under docs/sb * Fix up .yarnrc.yml * Set up @annotated/bbox package * Add @annotated/video-player pkg * Add more stories to the storybook * Typo fix (#564) * Cleaning up todo labels (#569) * Creating required files for pypi release (#548) * Create annotated-pks.yml * Remove yarn version specificiation from install * Remove random echo statements * Update build command * Update wrapper import * Remove cra scripts from package.json * Add foreach build command * change job name Co-authored-by: Jack Urbanek <jju@fb.com> * Create @annotated/keypoint * Add build-all pkg.json script * Add README for yarn * Move sb into storybook folder and update README * Remove manifest and logos * Clean up Co-authored-by: Jack Urbanek <jju@fb.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tests the changes introduced in #565