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

inclusion-numerique / coop-mediation-numerique / 134f1cc8-b272-471e-be1c-25fe3b4baafa

17 Mar 2026 04:15PM UTC coverage: 6.94% (-3.9%) from 10.79%
134f1cc8-b272-471e-be1c-25fe3b4baafa

push

circleci

web-flow
Merge pull request #437 from inclusion-numerique/dev

release

470 of 10426 branches covered (4.51%)

Branch coverage included in aggregate %.

28 of 584 new or added lines in 86 files covered. (4.79%)

1348 existing lines in 161 files now uncovered.

1355 of 15871 relevant lines covered (8.54%)

37.74 hits per line

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

0.0
/apps/web/src/test/testSessionUser.ts
1
import type { SessionUser } from '@app/web/auth/sessionUser'
2
import { previewBranchAuthFallbacks } from '../auth/previewBranchAuthFallbacks'
3

UNCOV
4
export const testSessionUser = {
×
5
  id: 'test',
6
  email: 'jean.biche@example.com',
7
  phone: '0123456789',
8
  firstName: 'Jean',
9
  lastName: 'Biche',
10
  name: 'Jean Biche',
11
  role: 'User',
12
  siret: previewBranchAuthFallbacks.anctSiret,
13
  updated: new Date('2023-05-05').toISOString(),
14
  created: new Date('2023-01-01').toISOString(),
15
  hasSeenOnboarding: new Date('2023-01-01').toISOString(),
16
  emailVerified: null,
17
  isFixture: false,
18
  usurper: null,
19
  isConseillerNumerique: false,
20
  coordinateur: null,
21
  emplois: [],
22
  inscriptionValidee: null,
23
  lieuxActiviteRenseignes: null,
24
  mediateur: null,
25
  profilInscription: null,
26
  acceptationCgu: null,
27
  structureEmployeuseRenseignee: null,
28
  rdvAccount: null,
29
  featureFlags: [],
30
  timezone: 'Europe/Paris',
31
} satisfies SessionUser
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