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

Setup Kover for validation of each module #2674

Merged
merged 2 commits into from
Jul 2, 2024
Merged

Setup Kover for validation of each module #2674

merged 2 commits into from
Jul 2, 2024

Conversation

shanshin
Copy link
Contributor

@shanshin shanshin commented May 15, 2024

Also, slightly increased coverage

Resolves #2634

Also, slightly increased coverage

Resolves #2634
build.gradle.kts Outdated
disable()
}

currentProject {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we extract Kover configuration to a separate file?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure

@shanshin shanshin requested a review from sandwwraith July 1, 2024 14:25


@Test
fun testEncodingAndDecoding() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Theoretically, IO's encodeToSink/decodeFromSource should also be covered by json-tests module. Isn't this the case?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In json-tests, methods with a different signature are being tested (with explicit transfer of the serializer)

@shanshin shanshin merged commit 6886e34 into dev Jul 2, 2024
4 checks passed
@shanshin shanshin deleted the coverage-inc branch July 2, 2024 12:06
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

Successfully merging this pull request may close these issues.

None yet

2 participants