twisted / pydoctor

This is pydoctor, an API documentation generator that works by static analysis.
https://pydoctor.readthedocs.io
Other
179 stars 48 forks source link

Use Sequence instead of List to annotate the Class._mro attribute #706

Closed tristanlatr closed 1 year ago

tristanlatr commented 1 year ago

Fix #638

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (39a34ca) 92.51% compared to head (2c1d029) 92.51%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #706 +/- ## ======================================= Coverage 92.51% 92.51% ======================================= Files 47 47 Lines 8126 8126 Branches 1942 1942 ======================================= Hits 7518 7518 Misses 354 354 Partials 254 254 ``` | [Impacted Files](https://app.codecov.io/gh/twisted/pydoctor/pull/706?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=twisted) | Coverage Δ | | |---|---|---| | [pydoctor/model.py](https://app.codecov.io/gh/twisted/pydoctor/pull/706?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=twisted#diff-cHlkb2N0b3IvbW9kZWwucHk=) | `94.63% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

tristanlatr commented 1 year ago

This should be trivial to review