diff --git a/doc/scripts/header.js b/doc/scripts/header.js index e2ae7fe..adeac62 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/iterable-iterator/mapping'; + testlink.href = 'https://app.codecov.io/gh/iterable-iterator/mapping'; testlink.target = '_BLANK'; const searchBox = document.querySelector('.search-box');