Skip to content

Diff test results

Context

Current test run for this project outputs:

====== 637 failed, 255 passed, 1 xfailed, 10 warnings in 80.24s (0:01:20) ======

There is no way all these failing tests can be fixed in one PR; however, it would be preferable NOT to break tests that were not broken in main when you're trying to merge your PR.

Is there a Github action that could check for that?

Alternatives

I cannot find anything else.

Decision

Implement such a script.

Consequences

It will be easier to develop the project by providing a clear summary of what was fixed and what was newly broken.