coverage icon indicating copy to clipboard operation
coverage copied to clipboard

GitHub Action for python coverage publish & analysis

Results 34 coverage issues
Sort by recently updated
recently updated
newest added
trafficstars

Github is deprecating Node 16 as it is now EOL. This change is just to change the action to use Node 20 in the actions.yml file. It has been tested...

Hi, We are using your GitHub action but have noticed that it only supports one source for coverage. We would like to be able to support a few packages as...

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.0 to 3.0.3. Release notes Sourced from prettier's releases. 3.0.3 🔗 Changelog 3.0.2 🔗 Changelog 3.0.1 🔗 Changelog 3.0.0 diff 🔗 Release note 3.0.0-alpha.6 What's Changed Update...

dependencies

Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.1.1 to 4.10.0. Release notes Sourced from eslint-plugin-github's releases. v4.10.0 What's Changed Update a11y-no-visually-hidden-interactive-element.md by @​kendallgassner in github/eslint-plugin-github#468 chore(deps): bump the all-dependencies group with 3 updates by...

dependencies

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.0.0 to 27.2.3. Release notes Sourced from eslint-plugin-jest's releases. v27.2.3 27.2.3 (2023-07-13) Bug Fixes allow @typescript-eslint/eslint-plugin v6 as peer dep (#1400) (04b2bf2), closes #1398 v27.2.2 27.2.2 (2023-06-19)...

dependencies

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.0.0 to 5.62.0. Release notes Sourced from @​typescript-eslint/parser's releases. v5.62.0 5.62.0 (2023-07-10) Bug Fixes eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#6938)...

dependencies

Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.34.0 to 0.36.1. Release notes Sourced from @​vercel/ncc's releases. 0.36.1 0.36.1 (2023-01-25) Bug Fixes add missing pr title lint action (#1032) (c2d03cf) add ncc --version and ncc...

dependencies

The table in PR comment has "Lines" as the name of the first column, but it should be "Statements", as it's in `coverage` table output.

I just found myself adding a `coverage report -m --skip-covered` step to my CI due to a difference between my local dev environment and the CI environment. While I could...

Most actions (for just one example: https://github.com/actions/checkout) offer a "bare" v3 or v4 tag that updates to point at the latest 3.x or 4.x release. This helps avoid action churn...