chocoteam / chocoteam/choco-solver
[FEATURE] Stabilizing code coverage
Open
- Dominant language
- Java
- Stars
- 779
- Forks
- 159
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 10
Description
## Expected behavior
Code coverage should not changed on files not concerned by a commit.
## Actual behavior
Some tests are based on random instance generation and so some part of the code is called for a commit and not for another.
## Possible Solution
Every part of a Java class should be tested, one way or another. The idea is to identify (with former Pull requests) the concerned classes and add tests to stabilize the code coverage rate.
Contributor guide
Assessment
This issue has not been assessed yet.