From c05708a1a56cc3b3ec6cf77e077aa4ba9f429179 Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Sat, 10 Sep 2022 22:36:10 +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/d09fbf6436be892b61bbe02454e1d7d7229c50d8/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 61da3e0..657ef13 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/union-find/contiguous'; + testlink.href = 'https://app.codecov.io/gh/union-find/contiguous'; testlink.target = '_BLANK'; const searchBox = document.querySelector('.search-box');