-
Notifications
You must be signed in to change notification settings - Fork 52
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
Configuring Kover for unit tests shards on CI #585
Comments
Hi, |
About second question: I think we can add a special task class, with which users can create own report generation tasks, like
See #588 |
Closed as answered. |
The ability to use coverage from already generated reports has been added in |
Hi Kover Team!
I have a CI which runs unit tests on multiple shards. I want to configure Kover to make it run a subset of projects. So, say my shards are configured this way
I want to configure Kover in such a way so that when I select to run the tests in
shard1
, it runs the tests ofprojectA
andprojectB
and generates a coverage report.So my first question is, what is the recommended way to configure that?
My second question is about the merge feature of Kover. Say I run Kover for
shard1
, it will run the tests ofprojectA
andprojectB
. Now,projectA
has tests that hit some code located inprojectC
(inshard2
). Will Kover be able to merge that coverage and show it in the report?The reason I'm asking is because I haven't been able to find the right configuration to test it yet, but it would help me to know whether that is supported out of the box.
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: