build(deps): bump actions/upload-code-coverage from 1.3.0 to 1.4.1 - #207
build(deps): bump actions/upload-code-coverage from 1.3.0 to 1.4.1#207dependabot[bot] wants to merge 1 commit into
Conversation
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.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
ed18a4c to
c603aa5
Compare
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 c603aa5 in the Show a code coverage summary of the most impacted files.
TypeScript / code-coverage/create-arkorThe overall coverage in commit c603aa5 in the TypeScript / code-coverage/cli-internalThe overall coverage in commit c603aa5 in the TypeScript / code-coverage/studio-appThe overall coverage in commit c603aa5 in the Updated |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c603aa5ed3
ℹ️ 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 processing waits for best-effort uploads
In v1.4.1, actions/upload-code-coverage adds a default wait-for-processing-timeout of 160 seconds, and the README documents 0 as the way to return immediately after upload (https://github.com/actions/upload-code-coverage/blob/1c15be36fc3733ba839b1dd643bd9556e4426dc1/README.md#inputs). Because this job runs four GitHub coverage uploads sequentially with fail-on-error: false, a slow or stuck GitHub coverage processor can now add up to about 10 minutes of wait time to every coverage run even though these preview uploads are explicitly best-effort and Codecov remains authoritative; set wait-for-processing-timeout: 0 on these steps to preserve the previous non-blocking behavior.
Useful? React with 👍 / 👎.
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 stringDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Update CI to
actions/upload-code-coveragev1.4.1 for all coverage uploads, improving reliability with better status check backoff and clearer logs. No behavior changes expected.Written for commit c603aa5. Summary will update on new commits.