We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5343c44 commit 4c7c1f2Copy full SHA for 4c7c1f2
doc/scripts/header.js
@@ -17,7 +17,8 @@ domReady(() => {
17
header.insertBefore(projectname, header.firstChild);
18
19
const testlink = document.querySelector('header > a[data-ice="testLink"]');
20
- testlink.href = 'https://app.codecov.io/gh/string-data-structure/failure-function';
+ testlink.href =
21
+ 'https://app.codecov.io/gh/string-data-structure/failure-function';
22
testlink.target = '_BLANK';
23
24
const searchBox = document.querySelector('.search-box');
0 commit comments