Skip to content

Commit 18c803c

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/aureooms/rejuvenate/blob/081d952755f7cba6a24e4e67da998fdb0a2449d7/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 c7d77b8 commit 18c803c

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/data-structures-and-algorithms/deque';
21+
'https://app.codecov.io/gh/data-structures-and-algorithms/deque';
2222
testlink.target = '_BLANK';
2323

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

0 commit comments

Comments
 (0)