pytest-coverage-comment icon indicating copy to clipboard operation
pytest-coverage-comment copied to clipboard

Comments a pull request with the pytest code coverage badge and full report

Results 22 pytest-coverage-comment issues
Sort by recently updated
recently updated
newest added

writing to readme is occurring twice. anyone to help me? my push.yml: ``` - name: Pytest coverage comment if: ${{ github.ref == 'refs/heads/main' }} id: coverageComment uses: MishaKav/pytest-coverage-comment@main with: pytest-coverage-path:...

Hi, I'm trying to use this GH Action in https://github.com/openai/gym/pull/2789. On my fork it seems to works fine: https://github.com/kir0ul/gym/runs/6244334853?check_suite_focus=true, but on the main repo I get `Error: HttpError: Resource not...

Paths for `pytest-coverage-path` and `junitxml-path` should respect the value of `defaults.run.working-directory` if they are set

enhancement
good first issue

This PR should close #157, by using the commit SHA and ref from the pull request when using `workflow_run`, instead of from the default branch.

Closes #159 Use `label` instead of `ref` when fetching the base and head for comparing commits. This includes the repo owner, e.g. `MishaKav:main` instead of just the branch name, so...

When using `workflow_run` or `workflow_dispatch`, the base and head are determined directly from the branches of the PR. However, this does not work for forks, because the head branch is...

`workflow_run` runs in the context of the default branch, therefore when constructing URLs, it is incorrectly using the commit SHA from the default branch instead of from the pull request....

Feature request: Is it possible to have a config parameter to show the table with branch coverage measurement as well? Currently the coverage percentage does not consider branch percentage. But...

enhancement

Branch coverage parsing is only implemented for the xml coverage format. If there is interest, I can look into parsing the text format as well.

Bumps [eslint](https://github.com/eslint/eslint) from 8.53.0 to 9.6.0. Release notes Sourced from eslint's releases. v9.6.0 Features e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas) 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate...

dependencies
javascript