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 c803ddb commit db3b101Copy full SHA for db3b101
src/hooks/codecov.ts
@@ -150,8 +150,7 @@ export const getTotalCov = async (): Promise<Coverages> => {
150
"https://cov.lang.pivotstudio.cn/api/v2/github/Pivot-Studio/repos/pivot-lang/totals/?branch=master",
151
{
152
headers: {
153
- accept: "application/json",
154
- authorization: "CA17PWK0EG",
+ accept: "application/json"
155
},
156
}
157
)
0 commit comments