Skip to content

Commit 4198ac8

Browse files
🤖 docs: Use codecov as test link.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/8134808bd3e9bcbb3e4b2ca5401e2dee58965a01/src/transforms/docs:use-codecov-as-test-link.js Please contact the author of the transform if you believe there was an error.
1 parent 1547b8c commit 4198ac8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/scripts/header.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ domReady(() => {
1717
header.insertBefore(projectname, header.firstChild);
1818

1919
const testlink = document.querySelector('header > a[data-ice="testLink"]');
20-
testlink.href =
21-
'https://coveralls.io/github/computational-problem-solving/sat';
20+
testlink.href = 'https://app.codecov.io/gh/computational-problem-solving/sat';
2221
testlink.target = '_BLANK';
2322

2423
const searchBox = document.querySelector('.search-box');

0 commit comments

Comments
 (0)