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');