github-actions-report-lcov icon indicating copy to clipboard operation
github-actions-report-lcov copied to clipboard

A Github Action to report the code coverage from LCOV files

Results 18 github-actions-report-lcov issues
Sort by recently updated
recently updated
newest added

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4. Release notes Sourced from actions/checkout's releases. v4.1.4 What's Changed Disable extensions.worktreeConfig when disabling sparse-checkout by @​jww3 in actions/checkout#1692 Add dependabot config by @​cory-miller in...

dependencies
github_actions

Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5.0.0 to 5.0.1. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v5.0.1 Fixed Fail if attempting to execute git commands in a directory that is not a git-repo. (#326)...

dependencies
github_actions

Bumps [npm](https://github.com/npm/cli) from 10.5.2 to 10.6.0. Changelog Sourced from npm's changelog. 10.6.0 (2024-04-25) Features 9123de4 #7373 do all ouput over proc-log events (@​lukekarrys) 9622597 #7339 refactor terminal display (#7339) (@​lukekarrys)...

dependencies
javascript

Bumps [eslint](https://github.com/eslint/eslint) from 9.1.0 to 9.1.1. Release notes Sourced from eslint's releases. v9.1.1 Bug Fixes a26b402 fix: use @​eslint/create-config latest (#18373) (唯然) Changelog Sourced from eslint's changelog. v9.1.1 - April...

dependencies
javascript

Bumps [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) from 2.1.5 to 2.1.7. Changelog Sourced from @​actions/artifact's changelog. 2.1.7 Update unzip-stream dependency and reverted to using unzip.Extract() 2.1.6 Will retry on invalid request responses. Commits See full...

dependencies
javascript

As far as I can see, we are not feeding a base lcov file in the inputs of this action. How does it determine what changed? I am getting `na`...

Great action! Thanks for sharing it!! It would be nice if the comment has a link to the artifact uploaded to Github. In addition, we might return artifact-id that we...

Bumps [lcov-total](https://github.com/simonecorsi/lcov-total) from 1.0.7 to 2.1.1. Release notes Sourced from lcov-total's releases. v2.1.1 2.1.1 (2023-01-10) Bug Fixes gte 100 exiting with 1 (79e70ac), closes #122 v2.1.0 2.1.0 (2022-04-28) Features node:...

help wanted
dependencies
javascript

I see that the generated HTML reports are using a 4 years old LCOV version (1.14). Can you update to LCOV 2.0?

help wanted

Hi ! Thank you for this action which is very useful ! My problem : I do not need the html report, but there's no way to disable it. In...