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

Optimize constructor links #787

Merged
merged 5 commits into from
May 7, 2024
Merged

Optimize constructor links #787

merged 5 commits into from
May 7, 2024

Conversation

tristanlatr
Copy link
Contributor

Fix #786

This comment has been minimized.

This comment has been minimized.

Copy link

codecov bot commented May 6, 2024

Codecov Report

Attention: Patch coverage is 88.57143% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 92.60%. Comparing base (936db93) to head (7ec24e9).

Files Patch % Lines
pydoctor/epydoc2stan.py 88.23% 1 Missing and 1 partial ⚠️
pydoctor/model.py 93.33% 0 Missing and 1 partial ⚠️
pydoctor/templatewriter/pages/__init__.py 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #787      +/-   ##
==========================================
- Coverage   92.64%   92.60%   -0.04%     
==========================================
  Files          47       47              
  Lines        8384     8389       +5     
  Branches     1848     1850       +2     
==========================================
+ Hits         7767     7769       +2     
- Misses        355      356       +1     
- Partials      262      264       +2     

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

This comment has been minimized.

@tristanlatr tristanlatr marked this pull request as ready for review May 6, 2024 22:55
pydoctor/epydoc2stan.py Outdated Show resolved Hide resolved
pydoctor/epydoc2stan.py Outdated Show resolved Hide resolved
Copy link

github-actions bot commented May 6, 2024

According to pydoctor_primer, this change doesn't affect pydoctor warnings on a corpus of open source code. ✅

@tristanlatr tristanlatr merged commit e03b43e into master May 7, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docutils is slow for constructor links
1 participant