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

Coverage collection for Kotlin in Headless mode #379

Open
Hello-zoka opened this issue Oct 8, 2024 · 0 comments
Open

Coverage collection for Kotlin in Headless mode #379

Hello-zoka opened this issue Oct 8, 2024 · 0 comments

Comments

@Hello-zoka
Copy link
Collaborator

Hello-zoka commented Oct 8, 2024

Description

Supporting Kotlin in the headless mode was the main goal of the #366 issue (PR #367). Due to the problems with generating .class files after Kotlin compilation, the coverage collection part was separated as an independent issue.

Problems

It was found that KotlinTestCompiler does not produce class files(if you add a similar check as in JavaTestCompiler, it fails). Such information is required to collect coverage in headless mode.

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

No branches or pull requests

1 participant