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

Convert relative path to absolute for coverage options #1080

Merged
merged 2 commits into from
Jun 13, 2022

Conversation

lwronski
Copy link
Contributor

@lwronski lwronski commented Jun 7, 2022

No description provided.

@lwronski lwronski marked this pull request as ready for review June 7, 2022 11:52
Copy link
Contributor

@alexarchambault alexarchambault left a comment

Choose a reason for hiding this comment

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

Shouldn't we do that only when using Bloop, just in case? It could be handled around here, right before we write a Bloop file.

(Like if any of the options starts with -coverage-out:, we parse the options again as a ShadowingSeq[ScalacOpt], and update the -coverage-out:… one)

@lwronski lwronski added the bug Something isn't working label Jun 10, 2022
@lwronski lwronski merged commit c24e37c into VirtusLab:main Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

scoverage.coverage file not generated with -coverage-out flag for Scala 3
3 participants