chocoteam / chocoteam/choco-solver

[FEATURE] Stabilizing code coverage

Open
#657 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.