We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bbd9e commit 0cdc69fCopy full SHA for 0cdc69f
doc/scripts/header.js
@@ -18,7 +18,7 @@ domReady(() => {
18
19
const testlink = document.querySelector('header > a[data-ice="testLink"]');
20
testlink.href =
21
- 'https://coveralls.io/github/functional-data-structure/persistent';
+ 'https://app.codecov.io/gh/functional-data-structure/persistent';
22
testlink.target = '_BLANK';
23
24
const searchBox = document.querySelector('.search-box');
0 commit comments