build(deps): bump actions/upload-code-coverage from 1.3.0 to 1.4.1 - #197
build(deps): bump actions/upload-code-coverage from 1.3.0 to 1.4.1#197dependabot[bot] wants to merge 1 commit into
Conversation
Code Review BotNo comment/code divergences or documentation drift detected. Reviewed 1 file(s); skipped 0. |
Code Coverage OverviewLanguages: TypeScript TypeScript / code-coverage/arkorThe overall coverage in commit db6e9eb in the TypeScript / code-coverage/create-arkorThe overall coverage in commit db6e9eb in the TypeScript / code-coverage/cli-internalThe overall coverage in commit db6e9eb in the TypeScript / code-coverage/studio-appThe overall coverage in commit db6e9eb in the Updated |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
f2a0e7c to
e05c5fc
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e05c5fc85d
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| - name: Upload arkor coverage to GitHub | ||
| if: ${{ !cancelled() }} | ||
| uses: actions/upload-code-coverage@abb5995db9e0199b0e2bb9dbd136fce4cb1ec4d3 # v1.3.0 | ||
| uses: actions/upload-code-coverage@1c15be36fc3733ba839b1dd643bd9556e4426dc1 # v1.4.1 |
There was a problem hiding this comment.
Disable the new processing wait for best-effort uploads
In the coverage job I checked that the four GitHub coverage uploads still run serially; actions/upload-code-coverage v1.4.1 adds wait-for-processing-timeout with a 160-second default, so when GitHub Code Quality accepts an upload but processing is slow or stuck, this best-effort path can now spend up to about 11 minutes waiting before continuing even though fail-on-error: false will still let the job pass. Set wait-for-processing-timeout: 0 on these upload steps if the GitHub preview upload should remain non-blocking while Codecov stays authoritative.
Useful? React with 👍 / 👎.
e05c5fc to
a495fc2
Compare
Bumps [actions/upload-code-coverage](https://github.com/actions/upload-code-coverage) from 1.3.0 to 1.4.1. - [Commits](actions/upload-code-coverage@abb5995...1c15be3) --- updated-dependencies: - dependency-name: actions/upload-code-coverage dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
a495fc2 to
db6e9eb
Compare
|
@coderabbitai review |
✅ Action performedReview finished.
|
|
Warning Review limit reached
Next review available in: 17 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Superseded by #207. |
Bumps actions/upload-code-coverage from 1.3.0 to 1.4.1.
Commits
1c15be3Merge pull request #22 from actions/cnagadya/docs_url852184amake tests not rely on internal methodcea27a0Merge remote-tracking branch 'origin/main' into cnagadya/docs_url392dd13💅a72ab75Merge pull request #21 from actions/jkbschmid-check-upload-state18d414d5Update log wording00f24baUse regex to ensure message order6e61f97Fix lint issuesfcc8616Add STATUS_CHECK_MAX_BACKOFF_SECONDS300a62aRemove unnecessary format string