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

WalanyCosta / barber-shop-api / 10355438371

12 Aug 2024 04:08PM UTC coverage: 96.743% (-3.3%) from 100.0%
10355438371

push

github

WalanyCosta
refactor: change code is bad identado

83 of 84 branches covered (98.81%)

Branch coverage included in aggregate %.

49 of 50 new or added lines in 33 files covered. (98.0%)

21 existing lines in 21 files now uncovered.

719 of 745 relevant lines covered (96.51%)

23.07 hits per line

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

50.0
/src/main/docs/paths/services/services-path.ts
1
export const servicesPath = {
2✔
UNCOV
2
  get: {
×
3
    security: [
4
      {
5
        apiKeyAuth: [],
6
      },
7
    ],
8
    tags: ['Serviço'],
9
    summary: 'Rota para listar todas as serviços',
10
    responses: {
11
      200: {
12
        description: 'sucesso',
13
        content: {
14
          'application/json': {
15
            schema: {
16
              type: 'array',
17
              items: {
18
                $ref: '#/schemas/service',
19
              },
20
            },
21
          },
22
        },
23
      },
24
      403: {
25
        $ref: '#/components/forbidden',
26
      },
27
      404: {
28
        $ref: '#/components/notFound',
29
      },
30
      500: {
31
        $ref: '#/components/serverError',
32
      },
33
    },
34
  },
35
}
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