coverage-badge-action icon indicating copy to clipboard operation
coverage-badge-action copied to clipboard

Create a coverage badge via GitHub Actions

Results 3 coverage-badge-action issues
Sort by recently updated
recently updated
newest added

For example, the vscode extensions store does not accept badges in svg format.

enhancement

For example, the `node_modules` folder. Later stages of the pipeline that depend on it end up breaking.

> Directory structure: > ``` > ❯ tree -a -L 1 --dirsfirst > . > ├── coverage > ├── .git > ├── .github > ├── node_modules > ├── out >...