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: