From e38aa29734636ea35c411de02be2f2b766209d51 Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Mon, 20 Dec 2021 19:48:55 +0100 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/8134808bd3e9bcbb3e4b2ca5401e2dee58965a01/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 42ed3da..5629713 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/problem-solving/knapsack'; + testlink.href = 'https://app.codecov.io/gh/problem-solving/knapsack'; testlink.target = '_BLANK'; const searchBox = document.querySelector('.search-box');