-
Notifications
You must be signed in to change notification settings - Fork 619
[SDK] Chore: Sets coverage thresholds #5530
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
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5530 +/- ##
=======================================
Coverage 46.20% 46.20%
=======================================
Files 1080 1080
Lines 58569 58569
Branches 3929 3929
=======================================
Hits 27060 27060
Misses 30826 30826
Partials 683 683
*This pull request uses carry forward flags. Click here to find out more. |
c449b93 to
0eaae41
Compare
2ce9b1c to
62e7e1e
Compare
62e7e1e to
086e342
Compare
Merge activity
|
CNCT-2485 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the code coverage settings and the GitHub Actions workflow for better integration with Codecov. ### Detailed summary - Updated `codecov.yml` to set `target` coverage to `80%` instead of `auto`. - Modified `.github/workflows/CI.yml`: - Changed the step name from `Upload coverage reports to Codecov` to `Code Coverage`. - Specified the `directory` for coverage reports as `packages/`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
7747424 to
9d3c8ac
Compare
CNCT-2485
PR-Codex overview
This PR focuses on improving code coverage requirements and updating the CI workflow for better clarity and functionality.
Detailed summary
codecov.ymlto set the coveragetargetto80%.Upload coverage reports to CodecovtoCode Coverage.usesdirective for the Codecov action tocodecov/codecov-action@v5.