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

Kover 0.7.4: this and base files have different roots #505

Closed
hoc081098 opened this issue Nov 12, 2023 · 2 comments
Closed

Kover 0.7.4: this and base files have different roots #505

hoc081098 opened this issue Nov 12, 2023 · 2 comments
Assignees
Labels
Bug Bug issue type S: untriaged Status: issue reported but unprocessed

Comments

@hoc081098
Copy link

hoc081098 commented Nov 12, 2023

Describe the bug

  • This is project is a Android multiple modules. I applied kover plugin to each module, and in :app module, I used dependencies { kover(project(":other-module")) ... }

  • When using version 0.7.3, it works as expected

Failed when changing from 0.7.3 to 0.7.4

* What went wrong:
Execution failed for task ':app:koverGenerateArtifact'.
> this and base files have different roots: [+�~<K}�8��竭������=���x����v-�(dF���@�p�����k��M��ε	v�R��T}������&�n[Q8�: and /home/runner/work/MVI-Coroutines-Flow/MVI-Coroutines-Flow.
  • I have tried, but it does not work 🥺
allprojects {
  extensions.findByType<kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension>()?.run {
    useJacoco("0.8.11")
  }
}
@hoc081098 hoc081098 added Bug Bug issue type S: untriaged Status: issue reported but unprocessed labels Nov 12, 2023
@shanshin
Copy link
Collaborator

Hi, thanks for the report!

This is a known issue: #478

@shanshin
Copy link
Collaborator

Closed as duplicate

@shanshin shanshin closed this as not planned Won't fix, can't repro, duplicate, stale Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bug issue type S: untriaged Status: issue reported but unprocessed
Projects
None yet
Development

No branches or pull requests

2 participants