Skip to content

Bump py-cov-action/python-coverage-comment-action from 3.30 to 3.34 #2217

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps py-cov-action/python-coverage-comment-action from 3.30 to 3.33.

Release notes

Sourced from py-cov-action/python-coverage-comment-action's releases.

v3.33

What's Changed

New Contributors

Full Changelog: py-cov-action/python-coverage-comment-action@v3.32...v3.33

v3.32

What's Changed

Full Changelog: py-cov-action/python-coverage-comment-action@v3.31...v3.32

v3.31

What's Changed

New Contributors

Full Changelog: py-cov-action/python-coverage-comment-action@v3.30...v3.31

Commits
  • 0abd69a Merge pull request #532 from stickperson/three-dot-comparison
  • 7a1270c simplify test
  • c0575ea remove copied fixtures
  • 2e8dc23 update readme
  • 7a4e87f [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 54e726a use three dot notation to calculate diff
  • 1d7560e chore(deps): lock file maintenance (#551)
  • a15b395 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.11 (#550)
  • eb00058 chore(deps): lock file maintenance (#549)
  • 5ce1202 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.10 (#547)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added tag: CI Pull requests that update GitHub Actions code tag: dependencies Pull requests that update a dependencies or that is related to PST dependencies labels Jun 1, 2025
@trallard
Copy link
Collaborator

trallard commented Jun 2, 2025

@dependabot rebase

Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.30 to 3.33.
- [Release notes](https://github.com/py-cov-action/python-coverage-comment-action/releases)
- [Commits](py-cov-action/python-coverage-comment-action@d1ff8fb...0abd69a)

---
updated-dependencies:
- dependency-name: py-cov-action/python-coverage-comment-action
  dependency-version: '3.33'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/py-cov-action/python-coverage-comment-action-3.33 branch from 45f758c to 01e3a32 Compare June 2, 2025 14:49
Copy link

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  src/pydata_sphinx_theme
  short_link.py
  translator.py
Project Total  

This report was generated by python-coverage-comment-action

@gabalafou
Copy link
Collaborator

gabalafou commented Jun 23, 2025

Found this issue on the python-coverage-comment-action repo: Version 3.33 raises errors in GitHub actions #554

So then I went and updated this PR to v3.34 (py-cov-action/python-coverage-comment-action@970a227)

Looks like the action is working now. The failures on the other jobs look unrelated.

Maybe we should change the title of the PR and merge to main?

@trallard
Copy link
Collaborator

🤔 since there is no real way to test unless merged to main I think we need to merge (Note I still see https://github.com/pydata/pydata-sphinx-theme/actions/runs/15828927166/job/44616800653#step:9:32 but this may be related to it being a pull request)

@trallard trallard changed the title Bump py-cov-action/python-coverage-comment-action from 3.30 to 3.33 Bump py-cov-action/python-coverage-comment-action from 3.30 to 3.34 Jun 24, 2025
@trallard trallard merged commit cb893b1 into main Jun 24, 2025
21 of 31 checks passed
@trallard trallard deleted the dependabot/github_actions/py-cov-action/python-coverage-comment-action-3.33 branch June 24, 2025 11:49
@gabalafou
Copy link
Collaborator

Yeah, there are at least 3 separate root causes for CI failures at the moment:

  1. bug in version 3.33 of python-coverage-comment-action (addressed by this PR)
  2. newer version of sphinx_sitemap extension adding sphinx-last-updated-by-git (addressed by Deep git fetch to fix failing docs job on CI #2225)
  3. newer version of treosh/lightouse-ci-action bumping Lighthouse version (addressed by Set treosh/lighthouse-ci-action to 12.1.0 #2223)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tag: CI Pull requests that update GitHub Actions code tag: dependencies Pull requests that update a dependencies or that is related to PST dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants