-
Is there any way to support coverage plugins?
My `.coveragerc` file uses the `django_coverage_plugin` plugin
```
[run]
relative_files = True
branch = True
plugins = django_coverage_plugin
```…
-
It would be convenient to be able to view coverage on different branches and have coverage labeled with the branch to which it relates. Viewing coverage by tag would also be useful.
(This may really…
-
(posting issue here as requested by codeclimate support)
We have an issue that we need help with resolving.
- Our repository (juulio) has a master branch, developers work in sub branches and mer…
-
**Is your feature request related to a problem? Please describe.**
The following check for CFE_SUCCESS isn't independent from the NULL pointer test in CFE_ES_RegisterCDSEx:
384 [ + + ]…
-
**Is your feature request related to a problem? Please describe.**
gcov reports missing branch coverage for the default case of a switch statement. Numerous examples in cFE where there is no default…
-
Go's coverage tool can export the coverage results into an HTML report. It would be really beneficial for the maintainers to be able to see the HTML coverage report as part of a PR to ensure that all …
-
Starting with Node.js 22.8.0 (https://github.com/nodejs/node/commit/78ee90e5d90f4cd3d1921bd96cbac829fee3d7f0) the "without intl" coverage workflow started failing due to ["does not meet the global thr…
-
When I'm creating new PR with decreased test coverage - coveralls doesn't block the PR although test coverage decreased (comparing to source branch). It shows that my branch in PR has "New Coverage".
…
-
### Vue version
3.4.3
### Link to minimal reproduction
https://github.com/mheinzerling/vue_10366/tree/master (3.4.3)
https://github.com/mheinzerling/vue_10366/tree/3.4.2
### Steps to re…
-
the action still checks out the master branch, even if the base-coverage-file is specified
it is unclear where the base-coverage-file should live. i had jest produce a "report.json" and the code …