Skip to content

ignore integration test crate for code coverage#517

Merged
utam0k merged 1 commit into
youki-dev:mainfrom
tsturzl:ignore-integration-test-cov
Dec 5, 2021
Merged

ignore integration test crate for code coverage#517
utam0k merged 1 commit into
youki-dev:mainfrom
tsturzl:ignore-integration-test-cov

Conversation

@tsturzl
Copy link
Copy Markdown
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
Copy Markdown

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