From 2d6fbbf00a23a5666a59f6fd057cf5df181d749d Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Sun, 4 Sep 2022 08:55:06 +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/b30cf223897adb74ca4a854799d50b21d7e1959d/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 5ee2329..d4537ec 100644 --- a/doc/scripts/header.js +++ b/doc/scripts/header.js @@ -17,7 +17,7 @@ domReady(function () { header.insertBefore(projectname, header.firstChild); const testlink = document.querySelector('header > a[data-ice="testLink"]'); - testlink.href = 'https://coveralls.io/github/collection-abstraction/set'; + testlink.href = 'https://app.codecov.io/gh/collection-abstraction/set'; testlink.target = '_BLANK'; const searchBox = document.querySelector('.search-box');