test changeset test#4235
Conversation
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4235 +/- ##
==========================================
- Coverage 64.48% 64.46% -0.03%
==========================================
Files 144 144
Lines 19192 19192
Branches 4712 4712
==========================================
- Hits 12376 12372 -4
- Misses 6813 6817 +4
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
e901263 to
1b5f43a
Compare
icehaunter
left a comment
There was a problem hiding this comment.
I'm OK with this, but we could also just use https://github.com/apps/changeset-bot which was made for this purpose I think
| with: | ||
| node-version-file: '.tool-versions' | ||
| cache: pnpm | ||
| - run: pnpm install --frozen-lockfile |
There was a problem hiding this comment.
We can install much less deps here if we filter to workspace root
| - run: pnpm install --frozen-lockfile | |
| - run: pnpm install --filter . --frozen-lockfile |
1b5f43a to
8f05b03
Compare
this is the actual change: #4234 this pr was just to test the behaviour |
No description provided.