Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Intersphinx features #764

Draft
wants to merge 21 commits into
base: master
Choose a base branch
from

Add some tests declaration missing implementations. Tries doctests bu…

fb20cad
Select commit
Loading
Failed to load commit list.
Draft

Intersphinx features #764

Add some tests declaration missing implementations. Tries doctests bu…
fb20cad
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 31, 2025 in 0s

91.11% (-1.48%) compared to f3b1c12

View this Pull Request on Codecov

91.11% (-1.48%) compared to f3b1c12

Details

Codecov Report

Attention: Patch coverage is 61.21951% with 159 lines in your changes missing coverage. Please review.

Project coverage is 91.11%. Comparing base (f3b1c12) to head (fb20cad).
Report is 26 commits behind head on master.

Files with missing lines Patch % Lines
pydoctor/sphinx.py 56.61% 52 Missing and 7 partials ⚠️
pydoctor/epydoc/markup/restructuredtext.py 47.43% 35 Missing and 6 partials ⚠️
pydoctor/options.py 56.17% 36 Missing and 3 partials ⚠️
pydoctor/linker.py 71.18% 11 Missing and 6 partials ⚠️
pydoctor/model.py 50.00% 1 Missing and 1 partial ⚠️
pydoctor/node2stan.py 97.56% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #764      +/-   ##
==========================================
- Coverage   92.59%   91.11%   -1.48%     
==========================================
  Files          47       47              
  Lines        8402     8725     +323     
  Branches     1853     1924      +71     
==========================================
+ Hits         7780     7950     +170     
- Misses        357      488     +131     
- Partials      265      287      +22     

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