diff --git a/doc/scripts/header.js b/doc/scripts/header.js index 437b2b6..8571348 100644 --- a/doc/scripts/header.js +++ b/doc/scripts/header.js @@ -18,7 +18,7 @@ domReady(function () { const testlink = document.querySelector('header > a[data-ice="testLink"]'); testlink.href = - 'https://coveralls.io/github/trie-data-structure/uncompressed-trie'; + 'https://app.codecov.io/gh/trie-data-structure/uncompressed-trie'; testlink.target = '_BLANK'; const searchBox = document.querySelector('.search-box');