Skip to content

Commit 01e7891

Browse files
authored
Update codecov.ts
1 parent a7d42a3 commit 01e7891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/codecov.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function removeBackPointer(root:SunBurstData) {
147147
export const getTotalCov = async (): Promise<Coverages> => {
148148
return (
149149
await axios.get<Coverages>(
150-
"https://codecov.io/api/v2/github/Pivot-Studio/repos/pivot-lang/totals/?branch=master",
150+
"https://cov.lang.pivotstudio.cn/api/v2/github/Pivot-Studio/repos/pivot-lang/totals/?branch=master",
151151
{
152152
headers: {
153153
accept: "application/json",

0 commit comments

Comments
 (0)