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 code coverage analysis #5

Merged
merged 4 commits into from
Dec 4, 2023
Merged

Add code coverage analysis #5

merged 4 commits into from
Dec 4, 2023

Conversation

Master92
Copy link
Owner

@Master92 Master92 commented Dec 4, 2023

In order to find out that our code is properly tested, code coverage is a nice metric to find possible unwanted behavior.

This metric alone has nothing to say about wether the unit tests are meaningful but they allow us to find out where we can do better.

@Master92 Master92 mentioned this pull request Dec 4, 2023
@Master92 Master92 force-pushed the feature/codeCoverage branch from 317238d to a655354 Compare December 4, 2023 14:27
@Master92
Copy link
Owner Author

Master92 commented Dec 4, 2023

Rebased onto develop

@Master92 Master92 merged commit c856d7e into develop Dec 4, 2023
4 checks passed
@Master92 Master92 deleted the feature/codeCoverage branch December 5, 2023 15:07
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.

1 participant