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

CME-116 update rd-commons-lib #1708

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

rapolaskaseliscgi
Copy link

Jira link

https://tools.hmcts.net/jira/browse/CME-200

Change description

Update to be able to use updated rd-commons-lib

Copy link
Contributor

@lukasz-wolski lukasz-wolski left a comment

Choose a reason for hiding this comment

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

please see comments inlined

lukasz-wolski
lukasz-wolski previously approved these changes Nov 8, 2024
Copy link
Contributor

@kiran-yenigala-hmcts kiran-yenigala-hmcts left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -290,7 +282,7 @@ pitest {
historyOutputLocation = 'build/reports/pitest/fastermutationtestingoutput'
outputFormats = ['XML', 'HTML']
timestampedReports = false
mutationThreshold = 85
mutationThreshold = 80
Copy link
Author

Choose a reason for hiding this comment

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

Had to reduce, otherwise mutation tests would fail (on nightly builds). Why it started failing after all the updates - hard to tell, but it looked like pitest generated less tests. There doesn't seem to be an agreed number on HMCTS what it should, but generally the higher it is, better quality tests are. Essentially failures mean that modifying code such as changing boolean from true to false, equal to non equal, removing random function calls, etc - tests do not catch those and still pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants