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

inclusion-numerique / coop-mediation-numerique / b7fba47c-fb4e-4562-b3c7-13ac0be3378f

22 May 2026 11:06AM UTC coverage: 9.997% (+3.0%) from 6.955%
b7fba47c-fb4e-4562-b3c7-13ac0be3378f

push

circleci

web-flow
Merge pull request #500 from inclusion-numerique/fix/sync-dataspace-duplicates

fix: prevent dataspace sync from creating duplicate structures

686 of 10884 branches covered (6.3%)

Branch coverage included in aggregate %.

7 of 19 new or added lines in 2 files covered. (36.84%)

905 existing lines in 92 files now uncovered.

2117 of 17154 relevant lines covered (12.34%)

1.98 hits per line

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

0.0
/apps/web/src/utils/formDataToObject.ts
UNCOV
1
export const formDataToObject = (
×
2
  formData: FormData,
3
): Record<string, unknown> => {
UNCOV
4
  const object: Record<string, unknown> = {}
×
UNCOV
5
  for (const [key, value] of formData.entries()) {
×
UNCOV
6
    object[key] = value
×
7
  }
UNCOV
8
  return object
×
9
}
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