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 e6ec8cd commit 4434a86Copy full SHA for 4434a86
doc/scripts/header.js
@@ -17,7 +17,7 @@ domReady(() => {
17
header.insertBefore(projectname, header.firstChild);
18
19
const testlink = document.querySelector('header > a[data-ice="testLink"]');
20
- testlink.href = 'https://coveralls.io/github/async-abstraction/tape';
+ testlink.href = 'https://app.codecov.io/gh/async-abstraction/tape';
21
testlink.target = '_BLANK';
22
23
const searchBox = document.querySelector('.search-box');
0 commit comments