python-coverage-comment-action
python-coverage-comment-action copied to clipboard
Publish coverage report as PR comment, and create a coverage badge & dashboard to display on the Readme for Python projects, all inside GitHub without third party servers
(Originally posted in #466. Moved here so I don't lose track of it once the source PR is merged.) I was thinking of submitting a (separate) PR that adds an...
Tried `include-hidden-files: true` and it worked as expected. Tried to rename the coverage file and the workflow fails as if it is not finding the files ``` - name: Rename...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astral-sh/ruff-pre-commit](https://redirect.github.com/astral-sh/ruff-pre-commit) | repository | patch | `v0.11.6` -> `v0.11.8` | Note: The `pre-commit`...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astral-sh/setup-uv](https://redirect.github.com/astral-sh/setup-uv) | action | major | `v5` -> `v6` | --- ### Release...
Hey team, happy user here :) I'd like to ask to have this image available on a different registry (ghcr/ecr/etc) that has a higher pull limit for unauthenticated users. I'm...
Avoid a common issue `429 too many requests` due to the super-low DockerHub unauthenticated pulls limit. Use GHCR instead.
See #529
The [diff calculation](https://github.com/py-cov-action/python-coverage-comment-action/blob/ffd1aa12992c2272b950cc6c882674e0c07bc8e8/coverage_comment/coverage.py#L296) is similar to the [two dot diff comparison](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests#three-dot-and-two-dot-git-diff-comparisons) and can result in files unrelated to a PR appearing in the coverage comment. This can happen if there...
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...
in `action.yml` the `GITHUB_BASE_URL` is missing from the list environment variables that are set in the docker. For me this action does not work in GitHub enterprise environment. I believe...