-
Notifications
You must be signed in to change notification settings - Fork 13
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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
* Fix serenity issues * Remove unused classes
208b7b3
to
820e0f1
Compare
...ationTest/java/uk/gov/hmcts/reform/professionalapi/util/ProfessionalReferenceDataClient.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this 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 |
There was a problem hiding this comment.
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.
Jira link
https://tools.hmcts.net/jira/browse/CME-200
Change description
Update to be able to use updated rd-commons-lib