• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Zaptyp / spotify-web-api-node / 16039825477

03 Jul 2025 01:59AM CUT coverage: 95.264%. Remained the same
16039825477

Pull #31

travis-ci

web-flow
Bump jest from 30.0.0 to 30.0.4

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 30.0.0 to 30.0.4.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.4/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-version: 30.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #31: Bump jest from 30.0.0 to 30.0.4

170 of 185 branches covered (91.89%)

Branch coverage included in aggregate %.

353 of 364 relevant lines covered (96.98%)

70.25 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/authentication-request.js
1
'use strict';
2

3
var Request = require('./base-request');
4✔
4

5
var DEFAULT_HOST = 'accounts.spotify.com',
4✔
6
  DEFAULT_PORT = 443,
4✔
7
  DEFAULT_SCHEME = 'https';
4✔
8

9
module.exports.builder = function () {
4✔
10
  return Request.builder()
18✔
11
    .withHost(DEFAULT_HOST)
12
    .withPort(DEFAULT_PORT)
13
    .withScheme(DEFAULT_SCHEME);
14
};
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc