Closed Ddelval closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
4da5cba
) 85.77% compared to head (d293fc3
) 85.77%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Currently, the
mypy
action does not find all errors and reports some false positives. For example, it consistently outputs:This is because the current action does not install the required Python packages for
mypy
to have all the typing information it needs.Additionally, I think the action should fail when there are
mypy
errors. The current configuration still marks it as a success in the pull request test summary.I tested these changes in the PLS pull request, and they work.