-
Nishant implemented combined code coverage for the JUnit, RUnit and PyUnit tests on branch nishant_coverage_jenkins.
The changes are here:
https://github.com/h2oai/h2o-3/compare/nishant_coverage…
-
@aryairani asked that I collect up the paper cuts from a recent discussion:
- [x] Better project-tab-complete for `merge`: https://github.com/unisonweb/unison/pull/4513
- [x] Better/more complet…
-
# Code Coverage
Code coverage is a very interesting field, with lots of different variations. The following is loosely inspired by some literature I stumbled across years ago - I'll have to see if …
-
I am not sure if this is a bug, or if I am misunderstanding how fixed works.
Here is an example of Report and xml.
![image](https://user-images.githubusercontent.com/20110673/102157577-bd0bc080-…
-
**Describe the bug**
If a block such as
```python
try:
# some code
finally:
# some finally code
```
has 100% branch coverage, then adding an exception block can change things even when th…
-
Fix please test body
-
Implement branch coverage by manual instrumentation of the source code.
Use the "branch coverage" branch on git for this, as this code is not permanent.
-
Github action: https://github.com/pinpoint-apm/pinpoint-node-agent/actions/runs/9959177348/job/27515379799?pr=196
```
Overall coverage rate:
lines......: 78.6% (1635 of 2080 lines)
functions…
-
## Problem Description
Currently, when evaluating branch coverage metrics, each instantiation of a C++ templated function is counted as if it were separate source code. This seems to also apply to …
-
Several things could be done to ease the process of making a new release:
- [ ] protect the `main` branch and review the github actions to ensure the linter and tests pass before a release.
- [ ] …