[feature] command for measuring type annotation coverage (pyrefly report)
Something like pyright's --verifytypes or mypy's --report. The latter generates XML/HTML coverage reports
https://mypy.readthedocs.io/en/stable/config_file.html#report-generation
This issue has someone assigned, but has not had recent activity for more than 2 weeks.
If you are still working on this issue, please add a comment so everyone knows. Otherwise, please unassign yourself and allow someone else to take over.
Thank you for your contributions!
Still working on this!
This issue has someone assigned, but has not had recent activity for more than 2 weeks.
If you are still working on this issue, please add a comment so everyone knows. Otherwise, please unassign yourself and allow someone else to take over.
Thank you for your contributions!
This issue has someone assigned, but has not had recent activity for more than 2 weeks.
If you are still working on this issue, please add a comment so everyone knows. Otherwise, please unassign yourself and allow someone else to take over.
Thank you for your contributions!
I tried to impl this https://github.com/asukaminato0721/pyrefly/tree/496
It's undocumented right now, but I believe there's a basic implementation already in pyrefly, you should be able to see it if you run pyrefly report
I found it, and added a bit html output for it :P
def foo(x: int):
...
def bar(x):
...
foo(1)
will generate this html