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

GitHub Action that generates code coverage reports

Results 26 code-coverage-action issues
Sort by recently updated
recently updated
newest added

Bumps [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) from 10.0.0 to 12.1.0. Changelog Sourced from eslint-plugin-simple-import-sort's changelog. Version 12.1.0 (2024-04-13) This release adds TypeScript type definitions for the plugin itself. This is useful when you use...

dependencies

Bumps [chai](https://github.com/chaijs/chai) from 4.3.7 to 5.1.0. Release notes Sourced from chai's releases. v5.1.0 What's Changed Remove useless guards and add parentheses to constuctors by @​koddsson in chaijs/chai#1593 Cleanup jsdoc comments...

dependencies

Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 to 3.2.5. Release notes Sourced from prettier's releases. 3.2.5 🔗 Changelog Changelog Sourced from prettier's changelog. 3.2.5 diff Support Angular inline styles as single template literal...

dependencies

Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 5.1.1 to 6.0.0. Changelog Sourced from @​actions/github's changelog. 6.0.0 Support the latest Octokit in @​actions/github #1553 Drop support of NodeJS v14, v16 Commits See full diff in...

dependencies

Bumps [sinon](https://github.com/sinonjs/sinon) from 15.2.0 to 17.0.1. Changelog Sourced from sinon's changelog. 17.0.1 5fde5aeb fix returns does not override call through (#2567) (Raz Luvaton) b5fc3671 Documentation for assertion options for the...

dependencies

1. login in the web site is not possible ![image](https://github.com/barecheck/code-coverage-action/assets/777218/a1f3efe8-a0f3-4275-9d89-e95379278f42) 1. the github action, despite passing the token fails: ``` 0s ##[debug]Evaluating condition for step: 'Generate Code Coverage report' ##[debug]Evaluating:...

In the readme, there this description for the `base-lcov-file` argument : `Lcov.info file that would be used to compare code coverage. The comparison will be disabled if the file is...

bug

Hi, I followed the instructions, created a token, made it available as a secret in the application, but I'm running into this error ``` (node:6456) UnhandledPromiseRejectionWarning: Error: Couldn't fetch access...

bug

I have noticed that sometimes we have low amout of changed when coverage is changed but seems like action ignores 'minimum-ratio' property

bug

I started noticing that sometimes we have errors because endpoints are not available. Most of them because of requests timeout. As a solution, I am thinking to add retries to...

enhancement
good first issue