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 34cf912 commit d186e37Copy full SHA for d186e37
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/comparison-sorting/insertion-sort';
+ testlink.href = 'https://app.codecov.io/gh/comparison-sorting/insertion-sort';
22
testlink.target = '_BLANK';
23
24
const searchBox = document.querySelector('.search-box');
0 commit comments