Remove requestOptions2GotOptions compatibility layer (#7270)
* gzip --> decompress * strictSSL --> https.rejectUnauthorized * auth --> username/password * qs --> searchParams * fix base service auth docs * completely remove requestOptions2GotOptions layer * update the docs Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
@@ -48,7 +48,7 @@ export default class Coveralls extends BaseJsonService {
|
||||
vcsType || 'github'
|
||||
}/${user}/${repo}.json`
|
||||
const options = {
|
||||
qs: {
|
||||
searchParams: {
|
||||
// The API returns the latest result (across any branch) if no branch is explicitly specified,
|
||||
// whereas the Coveralls native badge (and the Shields.io badges for Coveralls) show
|
||||
// the coverage for the default branch if no branch is explicitly specified. If the user
|
||||
|
||||
Reference in New Issue
Block a user