There was an error while loading. Please reload this page.
1 parent 1547b8c commit 4198ac8Copy full SHA for 4198ac8
doc/scripts/header.js
@@ -17,8 +17,7 @@ domReady(() => {
17
header.insertBefore(projectname, header.firstChild);
18
19
const testlink = document.querySelector('header > a[data-ice="testLink"]');
20
-testlink.href =
21
-'https://coveralls.io/github/computational-problem-solving/sat';
+testlink.href = 'https://app.codecov.io/gh/computational-problem-solving/sat';
22
testlink.target = '_BLANK';
23
24
const searchBox = document.querySelector('.search-box');
0 commit comments