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

Intersphinx features #764

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

Fix bug with link spanning on several lines

ef7f528
Select commit
Loading
Failed to load commit list.
Draft

Intersphinx features #764

Fix bug with link spanning on several lines
ef7f528
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 20, 2024 in 0s

91.19% (-1.51%) compared to 662eafa

View this Pull Request on Codecov

91.19% (-1.51%) compared to 662eafa

Details

Codecov Report

Attention: Patch coverage is 60.97561% with 160 lines in your changes missing coverage. Please review.

Project coverage is 91.19%. Comparing base (662eafa) to head (ef7f528).
Report is 20 commits behind head on master.

Files Patch % Lines
pydoctor/sphinx.py 56.20% 53 Missing and 7 partials ⚠️
pydoctor/epydoc/markup/restructuredtext.py 48.10% 35 Missing and 6 partials ⚠️
pydoctor/options.py 54.65% 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/astbuilder.py 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #764      +/-   ##
==========================================
- Coverage   92.69%   91.19%   -1.51%     
==========================================
  Files          47       47              
  Lines        8285     8606     +321     
  Branches     1826     1896      +70     
==========================================
+ Hits         7680     7848     +168     
- Misses        347      479     +132     
- Partials      258      279      +21     

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