Skip to content

Commit 5cca0e6

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/042c55f2254a9efdce5074d537141d6f85a98927/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 53fe427 commit 5cca0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/scripts/header.js

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

1919
const testlink = document.querySelector('header > a[data-ice="testLink"]');
20-
testlink.href = 'https://coveralls.io/github/iterable-iterator/reversed';
20+
testlink.href = 'https://app.codecov.io/gh/iterable-iterator/reversed';
2121
testlink.target = '_BLANK';
2222

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

0 commit comments

Comments
 (0)