Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update codecov/codecov-action action to v5#11158

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
renovate wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromrenovate/codecov-codecov-action-5.x

Conversation

@renovate
Copy link
Contributor

@renovaterenovatebot commentedMay 5, 2025
edited
Loading

This PR contains the following updates:

PackageTypeUpdateChange
codecov/codecov-actionactionmajorv4.6.0 ->v5.5.1

Release Notes

codecov/codecov-action (codecov/codecov-action)

v5.5.1

Compare Source

What's Changed

Full Changelog:https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

Compare Source

What's Changed

Full Changelog:https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

Compare Source

What's Changed

Full Changelog:https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

Compare Source

What's Changed

Full Changelog:https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2

v5.4.1

Compare Source

What's Changed

Full Changelog:https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1

v5.4.0

Compare Source

What's Changed

Full Changelog:https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0

v5.3.1

Compare Source

What's Changed

Full Changelog:https://github.com/codecov/codecov-action/compare/v5.3.0..v5.3.1

v5.3.0

Compare Source

What's Changed

Full Changelog:https://github.com/codecov/codecov-action/compare/v5.2.0..v5.3.0

v5.2.0

Compare Source

What's Changed

Full Changelog:https://github.com/codecov/codecov-action/compare/v5.1.2..v5.2.0

v5.1.2

Compare Source

What's Changed

Full Changelog:https://github.com/codecov/codecov-action/compare/v5.1.1..v5.1.2

v5.1.1

Compare Source

What's Changed

Full Changelog:https://github.com/codecov/codecov-action/compare/v5.1.0..v5.1.1

v5.1.0

Compare Source

What's Changed

Full Changelog:https://github.com/codecov/codecov-action/compare/v5.0.7..v5.1.0

v5.0.7

Compare Source

What's Changed

Full Changelog:https://github.com/codecov/codecov-action/compare/v5.0.6..v5.0.7

v5.0.6

Compare Source

What's Changed

Full Changelog:https://github.com/codecov/codecov-action/compare/v5.0.5..v5.0.6

v5.0.5

Compare Source

What's Changed

Full Changelog:https://github.com/codecov/codecov-action/compare/v5.0.4..v5.0.5

v5.0.4

Compare Source

What's Changed

Full Changelog:https://github.com/codecov/codecov-action/compare/v5.0.3..v5.0.4

v5.0.3

Compare Source

What's Changed

Full Changelog:https://github.com/codecov/codecov-action/compare/v5.0.2..v5.0.3

v5.0.2

Compare Source

What's Changed

Full Changelog:codecov/codecov-action@v5.0.1...v5.0.2

v5.0.1

Compare Source

What's Changed

Full Changelog:codecov/codecov-action@v5.0.0...v5.0.1

v5.0.0

Compare Source

v5 Release

v5 of the Codecov GitHub Action will use theCodecov Wrapper to encapsulate theCLI. This will help ensure that the Action gets updates quicker.

Migration Guide

Thev5 release also coincides with the opt-out feature for tokens for public repositories. In theGlobal Upload Token section of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details seehow to upload without a token.

[!WARNING]
The following arguments have been changed

  • file (this has been deprecated in favor offiles)
  • plugin (this has been deprecated in favor ofplugins)

The following arguments have been added:

  • binary
  • gcov_args
  • gcov_executable
  • gcov_ignore
  • gcov_include
  • report_type
  • skip_validation
  • swift_project

You can see their usage in theaction.ymlfile.


Configuration

📅Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated byMend Renovate. View therepository job log.

@renovaterenovatebot added dependenciesIssue about dependencies of the package github-actions labelsMay 5, 2025
@typescript-eslint
Copy link
Contributor

Thanks for the PR,@renovate[bot]!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint.

@nx-cloud
Copy link

nx-cloudbot commentedMay 5, 2025
edited
Loading

🤖 Nx Cloud AI Fix Eligible

An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.

To disable these notifications, a workspace admin can disable themin workspace settings.


View yourCI Pipeline Execution ↗ for commit43af3db

CommandStatusDurationResult
nx run-many -t typecheck❌ Failed2m 12sView ↗
nx test eslint-plugin --coverage=false✅ Succeeded5m 16sView ↗
nx test typescript-estree --coverage=false✅ Succeeded21sView ↗
nx run types:build✅ Succeeded5sView ↗
nx run integration-tests:test✅ Succeeded50sView ↗
nx test eslint-plugin-internal --coverage=false✅ Succeeded10sView ↗
nx run generate-configs✅ Succeeded7sView ↗
nx run-many --target=build --parallel --exclude...✅ Succeeded9sView ↗
Additional runs (28)✅ Succeeded...View ↗

☁️Nx Cloud last updated this comment at2025-11-10 15:00:18 UTC

@netlify
Copy link

netlifybot commentedMay 5, 2025
edited
Loading

Deploy Preview fortypescript-eslint ready!

NameLink
🔨 Latest commit43af3db
🔍 Latest deploy loghttps://app.netlify.com/projects/typescript-eslint/deploys/6911f8beafb954000802e9e8
😎 Deploy Previewhttps://deploy-preview-11158--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 98 (🟢 up 2 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 92 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to yourNetlify project configuration.

@codecov
Copy link

codecovbot commentedMay 5, 2025
edited
Loading

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.66%. Comparing base (d1a7348) to head (43af3db).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@##             main   #11158   +/-   ##=======================================  Coverage   90.66%   90.66%           =======================================  Files         518      518             Lines       52444    52444             Branches     8690     8690           =======================================  Hits        47548    47548             Misses       4882     4882             Partials       14       14
FlagCoverage Δ
unittest90.66% <ø> (ø)

Flags with carried forward coverage won't be shown.Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovaterenovatebotforce-pushed therenovate/codecov-codecov-action-5.x branch from7330824 to5bb33dcCompareAugust 14, 2025 08:13
@renovaterenovatebotforce-pushed therenovate/codecov-codecov-action-5.x branch from5bb33dc toeb8e0b8CompareAugust 27, 2025 18:15
@renovaterenovatebotforce-pushed therenovate/codecov-codecov-action-5.x branch fromeb8e0b8 to9d52919CompareSeptember 11, 2025 16:42
@renovaterenovatebotforce-pushed therenovate/codecov-codecov-action-5.x branch from9d52919 to1bcf1f1CompareSeptember 25, 2025 14:45
@renovaterenovatebotforce-pushed therenovate/codecov-codecov-action-5.x branch from1bcf1f1 toeb96ba4CompareOctober 9, 2025 12:30
@renovaterenovatebotforce-pushed therenovate/codecov-codecov-action-5.x branch fromeb96ba4 to43af3dbCompareNovember 10, 2025 14:37
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@JamesHenryJamesHenryAwaiting requested review from JamesHenryJamesHenry is a code owner

@bradzacherbradzacherAwaiting requested review from bradzacherbradzacher is a code owner

@JoshuaKGoldbergJoshuaKGoldbergAwaiting requested review from JoshuaKGoldbergJoshuaKGoldberg is a code owner

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

dependenciesIssue about dependencies of the packagegithub-actions

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp