Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Suport various reports in parallel mode #21342

Description

@ilevkivskyi

Various reports, like type coverage/type precision reports are nor supported in parallel mode. It would be great to support this. The non-trivial part is that we write to the same file deep in the reporters logic. Instead workers should either write per-file reports that will be aggregated by the coordinator, or send them back to the coordinator over IPC (which may require more code changes).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions