Skip to content

Improve .llm code coverage#10516

Merged
akihironitta merged 90 commits into
pyg-team:masterfrom
xnuohz:cov/llm/vit
Mar 18, 2026
Merged

Improve .llm code coverage#10516
akihironitta merged 90 commits into
pyg-team:masterfrom
xnuohz:cov/llm/vit

Conversation

@xnuohz
Copy link
Copy Markdown
Contributor

@xnuohz xnuohz commented Oct 30, 2025

Issue

Close #10514, #10529, #9660, #9675

CodeCov

Before

image

After

image

@xnuohz xnuohz changed the title Improve .llm code coverage [Code Coverage] llm/models/sentence_transformer.py and llm/models/vision_transformer.py Oct 31, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 31, 2025

Codecov Report

❌ Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.19%. Comparing base (c211214) to head (7c5b0a4).
⚠️ Report is 184 commits behind head on master.

Files with missing lines Patch % Lines
torch_geometric/llm/models/txt2kg.py 0.00% 2 Missing ⚠️

❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #10516      +/-   ##
==========================================
- Coverage   86.11%   84.19%   -1.92%     
==========================================
  Files         496      510      +14     
  Lines       33655    36013    +2358     
==========================================
+ Hits        28981    30321    +1340     
- Misses       4674     5692    +1018     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@xnuohz xnuohz changed the title [Code Coverage] llm/models/sentence_transformer.py and llm/models/vision_transformer.py Improve .llm code coverage Nov 1, 2025
Copy link
Copy Markdown
Member

@akihironitta akihironitta left a comment

Choose a reason for hiding this comment

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

@xnuohz Thank you for the changes! I will take care of the rest during some weekend.

Copy link
Copy Markdown
Member

@akihironitta akihironitta left a comment

Choose a reason for hiding this comment

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

@xnuohz Looks like some rag tests are failing. Once they're fixed, this PR will be ready for merging. Mind taking care of the test failures? Thank you again for your contribution and patience!

@xnuohz
Copy link
Copy Markdown
Contributor Author

xnuohz commented Mar 18, 2026

@akihironitta fixed test failures, code coverage not upload. can you help resolve this and merge?

@akihironitta
Copy link
Copy Markdown
Member

@akihironitta fixed test failures, code coverage not upload. can you help resolve this and merge?

Yes, it's expected. I'd suggest we follow up separately.

@akihironitta akihironitta merged commit 3aac45b into pyg-team:master Mar 18, 2026
18 of 19 checks passed
@xnuohz xnuohz deleted the cov/llm/vit branch March 18, 2026 16:57
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.

Improving torch_geometric.llm Code Coverage

3 participants