Skip to content

ci: bump codecov/codecov-action from 5 to 7 - #2

Closed
dependabot[bot] wants to merge 12 commits into
masterfrom
dependabot/github_actions/codecov/codecov-action-7
Closed

ci: bump codecov/codecov-action from 5 to 7#2
dependabot[bot] wants to merge 12 commits into
masterfrom
dependabot/github_actions/codecov/codecov-action-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown

Bumps codecov/codecov-action from 5 to 7.

Release notes

Sourced from codecov/codecov-action's releases.

v7.0.0

⚠️ Due to migration issues with keybase, we are unable to update our keys under the codecovsecurity account. We have deleted the account and are using codecovsecops with the original gpg key

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v7.0.0

v6.0.2

This is a copy of the v7.0.0 release to make updates easier

What's Changed

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

v6.0.1

What's Changed

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

v6.0.0

⚠️ This version introduces support for node24 which make cause breaking changes for systems that do not currently support node24. ⚠️

What's Changed

Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0

v5.5.5

This release only contains the keybase.io change as described here.

Full Changelog: codecov/codecov-action@v5.5.4...v5.5.5

v5.5.4

This is a mirror of v5.5.2. v6 will be released which requires node24

What's Changed

... (truncated)

Changelog

Sourced from codecov/codecov-action's changelog.

v5.5.2

What's Changed

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

v5.5.1

What's Changed

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

v5.5.0

What's Changed

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

v5.4.3

What's Changed

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

v5.4.2

... (truncated)

Commits

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)

skyalphatek and others added 12 commits August 16, 2026 17:17
Prepares the JOSS submission on a branch. Not merged to master; nothing is
submitted by this commit.

- paper.md: 819-word software paper, single author (Kuan-Ta Wu, ORCID
  0009-0006-0529-8709). Describes the software only; research results of the
  three methodology preprints are cited, not restated.
- paper.bib: six references, every field taken verbatim from the resolved DOI
  record (DataCite for the figshare preprints, Crossref for the rest).
- README: adds Statement of need, API overview and Community guidelines --
  the three items the JOSS review checklist checks in the docs separately
  from the paper.
- .github/workflows/draft-pdf.yml: Open Journals preview build (artifact only,
  contacts nothing).

No package code touched; numerical behavior unchanged.
pit-release-gate --badge runs the demo unchanged and then appends a markdown
badge snippet plus a comment carrying each signal's frozen rho_hat, so a user
who pastes the badge has something to point it at.

The badge reads 'screened with' -- it records that the screen was RUN and
explicitly disclaims any pass/fail reading. No certification language.

No numerical behavior changed: badge_snippet() is pure formatting over the dict
run_demo() already returns, and test_badge_flag_does_not_change_demo_output
asserts the demo output is byte-identical with and without the flag.
tests/test_reproduces_paper.py is untouched.

14 passed (11 existing + 3 new).
Documentation only. No package behavior changed: the only edit under src/ is the
__version__ string, tests/test_reproduces_paper.py is untouched, and the demo
reproduces the same numbers as 0.1.0 (11 passed).

- paper.md / paper.bib for the JOSS submission
- README: Statement of need, API overview, Community guidelines
- .github/workflows/draft-pdf.yml: Open Journals preview build
Adds an offline export of the screen result: per-signal summary statistics
(periods screened and flagged, mean and max rho_hat, assigned completeness,
verdict) plus the five settings that produced those verdicts. The format is
documented as a standalone versioned interchange spec in
docs/results-schema.md and is free for other tools to adopt.

No change to package behavior: tests/test_reproduces_paper.py is untouched
and the demo reproduces the same numbers as 0.1.1. controller.MIN_ENTITIES
names an existing literal; the value is unchanged.

No telemetry, enforced structurally rather than by policy: no module in the
package imports a transport, and a test walks every module and fails if one
ever does. The submission half of this work is parked on the submit-cli
branch until a receiving endpoint exists.
Combines the two additive CLI flags: --badge prints a README snippet
recording that the screen was run, --export writes the pit-screen-results
record. Both are pure formatting or serialization over an existing run_demo
result; neither performs estimation.

No change to numerical behavior: gate, store, reweight, monitor and
tests/test_reproduces_paper.py are untouched relative to 0.1.1.
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 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@v5...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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 17, 2026
@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@MaxWellApexLab
MaxWellApexLab deleted the dependabot/github_actions/codecov/codecov-action-7 branch September 7, 2026 18:29
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

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.

2 participants