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

GEWIS / sudosos-backend / 26086501742

19 May 2026 08:46AM UTC coverage: 87.545% (-0.2%) from 87.783%
26086501742

Pull #896

github

web-flow
Merge ee6a375fa into 9dd74ee61
Pull Request #896: Add PaymentRequest service layer

4008 of 4671 branches covered (85.81%)

Branch coverage included in aggregate %.

260 of 384 new or added lines in 4 files covered. (67.71%)

2 existing lines in 1 file now uncovered.

20579 of 23414 relevant lines covered (87.89%)

835.73 hits per line

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

0.0
/src/controller/response/base-response.ts
1
/**
×
2
 *  SudoSOS back-end API service.
3
 *  Copyright (C) 2026 Study association GEWIS
4
 *
5
 *  This program is free software: you can redistribute it and/or modify
6
 *  it under the terms of the GNU Affero General Public License as published
7
 *  by the Free Software Foundation, either version 3 of the License, or
8
 *  (at your option) any later version.
9
 *
10
 *  This program is distributed in the hope that it will be useful,
11
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
 *  GNU Affero General Public License for more details.
14
 *
15
 *  You should have received a copy of the GNU Affero General Public License
16
 *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
17
 *
18
 *  @license
19
 */
×
20

21
/**
×
22
 * @hidden
23
 * @module
24
 */
×
25

26
import BaseResponseWithoutId from './base-response-without-id';
27

UNCOV
28
/**
×
29
 * @typedef {object} BaseResponse
30
 * @property {integer} id.required - The unique id of the entity.
31
 * @property {string} createdAt - The creation Date of the entity.
32
 * @property {string} updatedAt - The last update Date of the entity.
33
 * @property {integer} version - The version of the entity.
34
 */
×
35
export default interface BaseResponse extends BaseResponseWithoutId {
36
  id: number,
UNCOV
37
}
×
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

© 2026 Coveralls, Inc