Skip to content

build(deps): bump actions/upload-code-coverage from 1.3.0 to 1.4.1 - #207

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/upload-code-coverage-1.4.1
Open

build(deps): bump actions/upload-code-coverage from 1.3.0 to 1.4.1#207
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/upload-code-coverage-1.4.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/upload-code-coverage from 1.3.0 to 1.4.1.

Commits
  • 1c15be3 Merge pull request #22 from actions/cnagadya/docs_url
  • 852184a make tests not rely on internal method
  • cea27a0 Merge remote-tracking branch 'origin/main' into cnagadya/docs_url
  • 392dd13 💅
  • a72ab75 Merge pull request #21 from actions/jkbschmid-check-upload-state1
  • 8d414d5 Update log wording
  • 00f24ba Use regex to ensure message order
  • 6e61f97 Fix lint issues
  • fcc8616 Add STATUS_CHECK_MAX_BACKOFF_SECONDS
  • 300a62a Remove unnecessary format string
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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-coverage v1.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.

Review in cubic

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/upload-code-coverage-1.4.1 branch from ed18a4c to c603aa5 Compare July 24, 2026 20:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 24, 2026
@drift-check

drift-check Bot commented Jul 24, 2026

Copy link
Copy Markdown

Code Review Bot

No comment/code divergences or documentation drift detected. Reviewed 1 file(s); skipped 0.

@github-code-quality

github-code-quality Bot commented Jul 24, 2026

Copy link
Copy Markdown

Code Coverage Overview

Languages: TypeScript

TypeScript / code-coverage/arkor

The overall coverage in commit c603aa5 in the dependabot/github_ac... branch remains at 98%, unchanged from commit 492bd20 in the main branch.

Show a code coverage summary of the most impacted files.
File main 492bd20 dependabot/github_ac... c603aa5 +/-
src/studio/server.ts 96% 97% +1%

TypeScript / code-coverage/create-arkor

The overall coverage in commit c603aa5 in the dependabot/github_ac... branch remains at 60%, unchanged from commit 492bd20 in the main branch.

TypeScript / code-coverage/cli-internal

The overall coverage in commit c603aa5 in the dependabot/github_ac... branch remains at 97%, unchanged from commit 492bd20 in the main branch.

TypeScript / code-coverage/studio-app

The overall coverage in commit c603aa5 in the dependabot/github_ac... branch remains at 53%, unchanged from commit 492bd20 in the main branch.


Updated July 24, 2026 20:08 UTC

@codecov

codecov Bot commented Jul 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread .github/workflows/ci.yaml
- 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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants