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

Renamed some classes #32

Merged
merged 3 commits into from
Dec 4, 2023
Merged

Conversation

DurieuxPol
Copy link
Collaborator

Renamed a few classes for better clarity.
Renamed MutantEvaluationStrategy to TestSelectionStrategy, and all subclasses, and MutationsGenerationStrategy to MutantSelectionStrategy, and all subclasses.
For consistency, I also renamed RandomMutantSelection to RandomMutantSelectionStrategy.

@coveralls
Copy link

coveralls commented Nov 30, 2023

Pull Request Test Coverage Report for Build 7048838474

  • 88 of 123 (71.54%) changed or added relevant lines in 24 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 60.249%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/MuTalk-Model/PercentRandomMutantSelectionStrategy.class.st 4 5 80.0%
src/MuTalk-CI/MutalkCI.class.st 0 2 0.0%
src/MuTalk-Model/MutantSelectionStrategy.class.st 2 4 50.0%
src/MuTalk-Model/StubbornOnlyMutantSelectionStrategy.class.st 0 2 0.0%
src/MuTalk-Model/TestSelectionStrategy.class.st 0 3 0.0%
src/MuTalk-Model/RandomMutantSelectionStrategy.class.st 6 13 46.15%
src/MuTalk-Model/ManualMutantSelectionStrategy.class.st 0 8 0.0%
src/MuTalk-Model/RandomOperatorMutantSelectionStrategy.class.st 11 21 52.38%
Totals Coverage Status
Change from base Build 6967212864: 0.0%
Covered Lines: 3774
Relevant Lines: 6264

💛 - Coveralls

@guillep
Copy link
Contributor

guillep commented Dec 4, 2023

Thanks @DurieuxPol! This makes the code a lot clearer!

@guillep guillep merged commit c7fda84 into pharo-contributions:master Dec 4, 2023
3 checks passed
@DurieuxPol DurieuxPol deleted the renames branch February 5, 2024 10:13
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.

3 participants