Closed mkniewallner closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.7%. Comparing base (
6a43663
) to head (e46a511
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Did some debugging in https://github.com/fpgmaas/deptry/pull/934 to investigate slowness on Windows PyPy tests, and for some reason running PDM tests take about 10 minutes. Removing dependency over
mkdocs
seems to solve the slowness. Although we don't notice the same slowness, doing the same on other tests for consistency.