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

inclusion-numerique / coop-mediation-numerique / 007bf683-4a98-4b4b-a255-f7bd09910bbe

08 Apr 2026 12:12PM UTC coverage: 7.47% (-3.1%) from 10.61%
007bf683-4a98-4b4b-a255-f7bd09910bbe

push

circleci

web-flow
Merge pull request #471 from inclusion-numerique/feat/quick-access

feat: quick access items

500 of 10544 branches covered (4.74%)

Branch coverage included in aggregate %.

0 of 5 new or added lines in 1 file covered. (0.0%)

1379 existing lines in 153 files now uncovered.

1500 of 16230 relevant lines covered (9.24%)

36.98 hits per line

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

0.0
/apps/web/src/features/structures/formationLabel.ts
1
import { labelsToOptions } from '@app/ui/components/Form/utils/options'
2
import { FormationLabel } from '@gouvfr-anct/lieux-de-mediation-numerique'
3
import type { FormationLabel as PrismaFormationLabel } from '@prisma/client'
4

5
export const formationLabelLabels: Record<
6
  PrismaFormationLabel,
7
  FormationLabel
UNCOV
8
> = {
×
9
  FormeAMonEspaceSante: FormationLabel.FormeAMonEspaceSante,
10
  FormeADuplex: FormationLabel.FormeADuplex,
11
  ArniaMednum: FormationLabel.ArniaMednum,
12
  CollectifRessourcesEtActeursReemploi:
13
    FormationLabel.CollectifRessourcesEtActeursReemploi,
14
  FabriquesDeTerritoire: FormationLabel.FabriquesDeTerritoire,
15
  LesEclaireurs: FormationLabel.LesEclaireurs,
16
  MesPapiers: FormationLabel.MesPapiers,
17
  Ordi3: FormationLabel.Ordi3,
18
  SudLabs: FormationLabel.SudLabs,
19
}
20

21
export const formationLabelKeys: Record<FormationLabel, PrismaFormationLabel> =
UNCOV
22
  Object.fromEntries(
×
UNCOV
23
    Object.entries(formationLabelLabels).map(([key, value]) => [value, key]),
×
24
  ) as Record<FormationLabel, PrismaFormationLabel>
25

26
export type FormationLabelLabel = keyof typeof formationLabelLabels
27

UNCOV
28
export const formationLabelValues = Object.keys(formationLabelLabels) as [
×
29
  FormationLabelLabel,
30
  ...FormationLabelLabel[],
31
]
32

UNCOV
33
export const formationLabelOptions = labelsToOptions(formationLabelLabels)
×
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