Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix Scoverage report generation in Scala 3 #3936

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

lihaoyi
Copy link
Member

@lihaoyi lihaoyi commented Nov 10, 2024

Fixes #3857. We were missing one of the necessary flags, which is documented in https://dotty.epfl.ch/docs/internals/coverage.html

Manually tested, reproduced the problem and verified the fix. I'm not sure why the existing unit tests didn't catch it, must be something to do with how the sandbox is set up for unit tests vs in real usage. I'm not sure if it's worth introducing an integration test just for this so just leaving it at manual testing for now

@lihaoyi lihaoyi marked this pull request as ready for review November 10, 2024 21:59
@lihaoyi lihaoyi merged commit 3f6a03c into com-lihaoyi:main Nov 10, 2024
25 checks passed
@lefou lefou added this to the 0.12.2 milestone Nov 10, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scoverage HTML report generation fails
2 participants