Skip to content
  • Phil Hansch's avatar
    rustfix coverage: Skip UI tests with non-json error-format · da99f467
    Phil Hansch authored
    When using the `rustfix-coverage` flag, some tests currently fail
    because they define a different error-format than `json`.
    
    The current implementation crashes when encountering those tests. Since
    we don't care about non-json test output when collecting the coverage
    data, we handle those tests by returning an empty `Vec` instead.
    da99f467