Skip to content

BREAKING CHANGE - only report failing tests

Compare
Choose a tag to compare
@NasAmin NasAmin released this 10 Feb 09:22
· 55 commits to main since this release
7257e83

BREAKING CHANGES

This release contains:

  • dependabot version updates and includes #96 #99 #100 #101 #102 and #104
  • The breaking change was introduced on #103 in response to #68. There is a hard limit on the GitHub checks api of 65k characters. If the report content exceed that limit then GitHub fails to create a check with an error like below
Only 65535 characters are allowed; 1607778 were supplied.

So in order to tackle the character limit, after communicating with a few users, I decided to only report the failing tests.
This change also introduces a new status badge on top of the report that look like the one below:

Passing Tests: Generic badge
Failing Tests: Generic badge