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

[Code Coverage] data/datapipes.py #7195

Merged
merged 3 commits into from
Apr 18, 2023

Conversation

akihironitta
Copy link
Member

Part of #6528.
Completes #6799.

@@ -86,7 +86,8 @@ full = [
"pytorch-memlab",
"pgmpy",
"opt_einsum",
"statsmodels"
"statsmodels",
"rdkit",
Copy link
Member Author

Choose a reason for hiding this comment

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

Added this dependency to run the corresponding test case in CI. The coverage is shown less because the test case is skipped with @withPackage('rdkit').

@codecov
Copy link

codecov bot commented Apr 17, 2023

Codecov Report

Merging #7195 (ac7ca9f) into master (3d4836b) will increase coverage by 0.35%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #7195      +/-   ##
==========================================
+ Coverage   91.28%   91.63%   +0.35%     
==========================================
  Files         436      436              
  Lines       23923    23923              
==========================================
+ Hits        21837    21923      +86     
+ Misses       2086     2000      -86     

see 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@rusty1s rusty1s merged commit 3e6fafa into pyg-team:master Apr 18, 2023
@akihironitta akihironitta deleted the tests/datapipes branch April 18, 2023 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants