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

[RORO-5115][SM]: Scala 3 upgrade #25

Merged
merged 3 commits into from
Sep 3, 2024
Merged

[RORO-5115][SM]: Scala 3 upgrade #25

merged 3 commits into from
Sep 3, 2024

Conversation

sureshhmrc
Copy link
Contributor

No description provided.

elabeca
elabeca previously approved these changes Sep 2, 2024
@platops-pr-bot
Copy link

  • Runtime issues may occur. Change org.playframework.sbt-plugin to 3.0.5 in project/plugins.sbt - to match what uk.gov.hmrc.bootstrap-frontend-play-30 uses

@platops-pr-bot
Copy link

  • Runtime issues may occur. Change org.playframework.sbt-plugin to 3.0.5 in project/plugins.sbt - to match what uk.gov.hmrc.bootstrap-frontend-play-30 uses

ScoverageKeys.coverageExcludedFiles :=
"<empty>;com.kenshoo.play.metrics.*;.*definition.*;prod.*;testOnlyDoNotUseInAppConf.*;" +
"app.*;.*BuildInfo.*;.*Routes.*;.*repositories.*;.*LanguageSwitchController;.*metrics.*;.*views.*;Reverse.*;" +
".*connectors.*;.*.models.*;",
ScoverageKeys.coverageMinimumStmtTotal := 80,
ScoverageKeys.coverageFailOnMinimum := true,
Copy link
Contributor Author

@sureshhmrc sureshhmrc Sep 2, 2024

Choose a reason for hiding this comment

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

we need to disable this temporarily in all repos as the above excludedFiles setting no longer works in scala 3
its a low risk and we can enable this once a fix is available in the future releases of scala and sbt

@sureshhmrc sureshhmrc merged commit 99d6256 into main Sep 3, 2024
1 check passed
@sureshhmrc sureshhmrc deleted the RORO-5115 branch September 3, 2024 19:04
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