-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type check coverage reports need more love #1123
Comments
Another issue with the reports is that they are incomplete when there is cached information. I have to remove the |
@mthuurne That would be easy to fix by disabling incremental mode when generating reports. |
Indeed adding |
See pull request #6076 for patch. |
The report generating code (using command-line flags like
--html-report
dir or--xml-report
dir) has some issues.The text was updated successfully, but these errors were encountered: