We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d42a3 commit 01e7891Copy full SHA for 01e7891
src/hooks/codecov.ts
@@ -147,7 +147,7 @@ function removeBackPointer(root:SunBurstData) {
147
export const getTotalCov = async (): Promise<Coverages> => {
148
return (
149
await axios.get<Coverages>(
150
- "https://codecov.io/api/v2/github/Pivot-Studio/repos/pivot-lang/totals/?branch=master",
+ "https://cov.lang.pivotstudio.cn/api/v2/github/Pivot-Studio/repos/pivot-lang/totals/?branch=master",
151
{
152
headers: {
153
accept: "application/json",
0 commit comments