Skip to content

Commit b38f78b

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/1b5252aec880aa76850f97b16980a6ce00c782c4/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 838fb26 commit b38f78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/scripts/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ domReady(() => {
1818

1919
const testlink = document.querySelector('header > a[data-ice="testLink"]');
2020
testlink.href =
21-
'https://coveralls.io/github/graph-algorithm/topological-sorting';
21+
'https://app.codecov.io/gh/graph-algorithm/topological-sorting';
2222
testlink.target = '_BLANK';
2323

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

0 commit comments

Comments
 (0)