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

Increase common coverage and coverage of individual modules #2634

Open
shanshin opened this issue Apr 16, 2024 · 3 comments
Open

Increase common coverage and coverage of individual modules #2634

shanshin opened this issue Apr 16, 2024 · 3 comments
Assignees
Labels

Comments

@shanshin
Copy link
Contributor

It is necessary to configure Kover in such a way that it is possible to verify the coverage of individual modules.
The main problem is that many modules do not have tests and are being tested by other modules.

After configuring Kover, we need to consider the uncovered sections of the code and figure out how to significantly increase the percentage of coverage.
If the coverage is greatly increased by writing small tests, then such tests must be written. Otherwise, we need to create a separate task for analyzing and increasing coverage

@shanshin shanshin self-assigned this Apr 16, 2024
@sandwwraith
Copy link
Member

sandwwraith commented Apr 17, 2024

this + migrate on a new Kover version

@shanshin
Copy link
Contributor Author

this + migrate on a new Kover version

#2624 :)

@sandwwraith
Copy link
Member

By migrating I mean 'Make use of all new features, including merged reports'. But I suppose it is now a part of this ticket

shanshin added a commit that referenced this issue May 15, 2024
Also, slightly increased coverage

Resolves #2634
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants