From 70f9318aa05378836610b6d530a9589d3787d14f Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Sat, 8 Oct 2022 07:42:32 +0200 Subject: [PATCH] :robot: docs: Use codecov as test link. These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/7a92df9c28303ed9cd6ee1a5e4999acfc8c52497/src/transforms/docs:use-codecov-as-test-link.js Please contact the author of the transform if you believe there was an error. --- doc/scripts/header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scripts/header.js b/doc/scripts/header.js index bbfa60c..7dc82e7 100644 --- a/doc/scripts/header.js +++ b/doc/scripts/header.js @@ -17,7 +17,7 @@ domReady(() => { header.insertBefore(projectname, header.firstChild); const testlink = document.querySelector('header > a[data-ice="testLink"]'); - testlink.href = 'https://coveralls.io/github/codec-bytes/error'; + testlink.href = 'https://app.codecov.io/gh/codec-bytes/error'; testlink.target = '_BLANK'; const searchBox = document.querySelector('.search-box');