Is there any tool that can report "type coverage" of a project?

mypy can generate type checking coverage reports. See these options: The mypy command line - mypy 1.5.1 documentation

(I’ll caveat: I haven’t really used these myself)

5 Likes