Skip to content

Version 29: Test Caching

Compare
Choose a tag to compare
@LaughDonor LaughDonor released this 22 Jun 22:04
· 11 commits to main since this release

The new badges from v27 were nice, but the Testing badge wouldn't display. This is because GitHub anonymizes images on the README pages.

This is great, however the service times out after 3 seconds, and the image is dynamically generated after running the tests.. and this took more than 3 seconds.

I took the liberty of running the tests every hour via. Script Trigger and caching the results. This should allow the badge to pull up the cached results and load them onto the README.

No library update is required for this.