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

ignore integration test crate for code coverage #517

Merged
merged 1 commit into from
Dec 5, 2021

Conversation

tsturzl
Copy link
Collaborator

@tsturzl tsturzl commented Dec 5, 2021

Currently when you add integration tests it reduces coverage because the integration tests don't have any verifiable test on them and codecov doesn't really know that they are actually tests. So I think for now to reduce the false negatives in codecov we can just ignore the entire integration test crate for now per this document. Perhaps we can eventually figure out how to get coverage reports on the integration tests in the future, but this is a quick fix.

@codecov-commenter
Copy link

Codecov Report

Merging #517 (2ac120e) into main (eb083a1) will increase coverage by 0.25%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #517      +/-   ##
==========================================
+ Coverage   60.86%   61.12%   +0.25%     
==========================================
  Files          87       85       -2     
  Lines       12672    12609      -63     
==========================================
- Hits         7713     7707       -6     
+ Misses       4959     4902      -57     

@utam0k utam0k merged commit 2d67f68 into youki-dev:main Dec 5, 2021
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.

3 participants