chore(deps): bump codecov/codecov-action from 4 to 7 - #5
Closed
dependabot[bot] wants to merge 7 commits into
Closed
dependabot[bot] wants to merge 7 commits into
dependabot[bot] wants to merge 7 commits into
Conversation
Set up pyproject.toml with Hatchling backend, ruff, mypy, and pytest configuration. Add MIT license, .gitignore, and pre-commit hooks. Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Implement sync and async context managers for temporary files and directories with automatic cleanup, atomic writes, keep policies, cleanup hooks, registry tracking, and decorators. Modules: - _sync.py: _TempFile and _TempDir context managers - _async.py: async wrappers via asyncio.to_thread - _atomic.py: atomic file writes via temp + os.replace - _decorators.py: @temp_dir() and @temp_file() decorators - _registry.py: optional thread-safe temp registry - _config.py: DEBUG env var detection and keep decision logic - _types.py: shared types, protocols, and input validation Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
406 tests covering happy paths, edge cases, error paths, concurrency, subprocess interaction, real filesystem cleanup, and regression tests for all bug fixes. Coverage: 99.35%. Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
CI workflow runs ruff, mypy, build, and pytest on Python 3.11-3.14 across Ubuntu, Windows, and macOS. Release workflow builds dist, publishes to PyPI, creates GitHub releases with changelog notes, and verifies the published package. Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Full README with quick start, API reference, feature comparison, keep precedence, and cleanup hooks guide. CHANGELOG documents all bug fixes and security hardening. SECURITY.md, CONTRIBUTING.md, and CODE_OF_CONDUCT.md complete the project documentation. Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
Bot
deleted the
dependabot/github_actions/codecov/codecov-action-7
branch
August 25, 2026 01:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps codecov/codecov-action from 4 to 7.
Release notes
Sourced from codecov/codecov-action's releases.
... (truncated)
Changelog
Sourced from codecov/codecov-action's changelog.
... (truncated)
Commits
fb8b358chore(release): 7.0.0 (#1957)ca0a928ci: remove Enforce License Compliance workflow (#1950)e79a696chore(release): 6.0.1 (#1949)51e6422fix: prevent template injection in run: steps (VULN-1652) (#1947)57e3a13Th/6.0.0 (#1928)f67d33dRevert "Revert "build(deps): bump actions/github-script from 7.0.1 to 8.0.0""...75cd116chore(release): 5.5.4 (#1927)87d39f4Revert "build(deps): bump actions/github-script from 7.0.1 to 8.0.0" (#1926)1af5884chore(release): bump to 5.5.3 (#1922)c143300build(deps): bump actions/github-script from 7.0.1 to 8.0.0 (#1874)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 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)