diff --git a/doc/scripts/header.js b/doc/scripts/header.js index 520f8bc..30ea02f 100644 --- a/doc/scripts/header.js +++ b/doc/scripts/header.js @@ -18,7 +18,7 @@ domReady(() => { const testlink = document.querySelector('header > a[data-ice="testLink"]'); testlink.href = - 'https://coveralls.io/github/data-structures-and-algorithms/pairs'; + 'https://app.codecov.io/gh/data-structures-and-algorithms/pairs'; testlink.target = '_BLANK'; const searchBox = document.querySelector('.search-box');