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 initial coverage support to neotest #3462

Merged
merged 1 commit into from
Aug 21, 2024

neotest: implement coverage collection

d0c4547
Select commit
Loading
Failed to load commit list.
Merged

Add initial coverage support to neotest #3462

neotest: implement coverage collection
d0c4547
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 21, 2024 in 0s

85.86% (-0.20%) compared to 7766168

View this Pull Request on Codecov

85.86% (-0.20%) compared to 7766168

Details

Codecov Report

Attention: Patch coverage is 26.40000% with 92 lines in your changes missing coverage. Please review.

Project coverage is 85.86%. Comparing base (7766168) to head (d0c4547).
Report is 6 commits behind head on master.

Files Patch % Lines
pkg/neotest/coverage.go 18.08% 75 Missing and 2 partials ⚠️
pkg/neotest/basic.go 42.10% 9 Missing and 2 partials ⚠️
pkg/neotest/client.go 0.00% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3462      +/-   ##
==========================================
- Coverage   86.05%   85.86%   -0.20%     
==========================================
  Files         330      331       +1     
  Lines       38692    38806     +114     
==========================================
+ Hits        33297    33319      +22     
- Misses       3849     3934      +85     
- Partials     1546     1553       +7     

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