Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added test for not exact percentage mutant selection #47

Merged
merged 2 commits into from
Dec 15, 2023

Conversation

DurieuxPol
Copy link
Collaborator

Fixes #38
Added a test in case the percentage doesn't give an exact number of mutants (e.g. 5.25 mutants).
In this case, 6 mutants are evaluated, and the effective percentage of mutants evaluated is greater than the one given (it works the same way for time budget).

@coveralls
Copy link

Pull Request Test Coverage Report for Build 7211715281

  • 17 of 17 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.06%) to 59.469%

Totals Coverage Status
Change from base Build 7193015466: 0.06%
Covered Lines: 3784
Relevant Lines: 6363

💛 - Coveralls

Copy link
Contributor

@guillep guillep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Pol!

@guillep guillep merged commit df45cc4 into pharo-contributions:master Dec 15, 2023
3 checks passed
@DurieuxPol DurieuxPol deleted the fix/38 branch February 5, 2024 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add test for not round percentage selection
3 participants