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

Add property variantName to KoverReport interface #587

Open
shanshin opened this issue Mar 28, 2024 · 0 comments · Fixed by #595
Open

Add property variantName to KoverReport interface #587

shanshin opened this issue Mar 28, 2024 · 0 comments · Fixed by #595
Assignees
Labels
Feature Feature request issue type S: ready for release Status: merged in the main branch

Comments

@shanshin
Copy link
Collaborator

What is your use-case and why do you need this feature?
Property variantName will help to filter Kover tasks by selecting those that relate to specific variant.

So, to find the HTML report for debug Android build variant:

tasks.withType<KoverHtmlReport>().matching { 
    it.variantName == "debug" 
}
@shanshin shanshin added Feature Feature request issue type S: untriaged Status: issue reported but unprocessed labels Mar 28, 2024
@shanshin shanshin self-assigned this Mar 28, 2024
@shanshin shanshin added S: confirmed Status: bug is reproduced or present S: in progress Status: implementing or design in process and removed S: untriaged Status: issue reported but unprocessed S: confirmed Status: bug is reproduced or present labels Apr 8, 2024
shanshin added a commit that referenced this issue Apr 9, 2024
Property variantName will help to filter Kover tasks by selecting those that relate to specific variant.

Resolves #587
shanshin added a commit that referenced this issue Apr 9, 2024
Property variantName will help to filter Kover tasks by selecting those that relate to specific variant.

Resolves #587
shanshin added a commit that referenced this issue Apr 9, 2024
Property variantName will help to filter Kover tasks by selecting those that relate to specific variant.

Resolves #587
shanshin added a commit that referenced this issue Apr 9, 2024
Property variantName will help to filter Kover tasks by selecting those that relate to specific variant.

Resolves #587
shanshin added a commit that referenced this issue Apr 9, 2024
Property variantName will help to filter Kover tasks by selecting those that relate to specific variant.

Resolves #587
PR #595
@shanshin shanshin reopened this Apr 15, 2024
@shanshin shanshin added S: ready for release Status: merged in the main branch and removed S: in progress Status: implementing or design in process labels Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Feature request issue type S: ready for release Status: merged in the main branch
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant