š Baselink currently on development phase. Learn more
curl --request GET \
--url https://www.api.baselink.tech/combined-data/test/testingStats/forRepo/:repoDataId \
--header 'bearer: <api-key>'{
"testingStats": {},
"testingStats.repoId": "<string>",
"testingStats.repoName": "<string>",
"testingStats.totalTests": 123,
"testingStats.passingTests": 123,
"testingStats.failingTests": 123,
"testingStats.testCoverage": 123
}curl --request GET \
--url https://www.api.baselink.tech/combined-data/test/testingStats/forRepo/:repoDataId \
--header 'bearer: <api-key>'{
"testingStats": {},
"testingStats.repoId": "<string>",
"testingStats.repoName": "<string>",
"testingStats.totalTests": 123,
"testingStats.passingTests": 123,
"testingStats.failingTests": 123,
"testingStats.testCoverage": 123
}