-
We need to incoporate more pytests into the document. All major methods must have a pytest. To start, we should go through and make a list of the inadequacies.
-
*Originally reported by* **David MacIver (Bitbucket: [david_maciver_](https://bitbucket.org/david_maciver_), GitHub: Unknown)**
----------------------------------------
I ran into this problem when …
-
gcov version:
```
$ gcov --version
gcov (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
```
Error:
```
Traceback (most recent call last):
File "/home/fedorov/.pyenv/versions/2.7.8/bin/cov…
-
What are we shooting for w.r.t. code coverage? Right now my goal has been to just write a few tests to exercise the code, but I haven't been too thorough.
Should this repository have requirements …
-
Hi there, I'm investigating line coverage for a new feature that I'm introducing to [Mbed TLS](https://github.com/AndrzejKurek/mbedtls/tree/lcov-bad-coverage), and I'm seeing inconsistencies when it c…
-
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 …
-
In MozillaFoundation/MoFo-Engineering-Handbook#30 we are discussing automated testing best practices, and thought it would be rad to show test coverage for every repository that supports it (possibly …
-
I was wondering if the upper part of the coverage pane could host some data viz with coverage stats, the files list will then lie below the fold.
Some random ideas:
- Coverage progression over time…
abe33 updated
10 years ago
-
### Bug Report Checklist
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have pulled the latest `main` branch of the repository.
- [X] I have [searched for related issues](https:…
-
**Before submitting**
:+1:
**Describe the feature**
Currently, the default value of the configuration setting `lombok.nonNull.exceptionType` is `NullPointerException`
This issue proposed that…