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

EcrituresNumeriques / stylo / 18379771351

09 Oct 2025 02:31PM UTC coverage: 39.427% (-0.1%) from 39.574%
18379771351

push

github

web-flow
chore: permet de renseigner la configuration du formulaire des métadonnées sur un espace de travail (#1696)

596 of 844 branches covered (70.62%)

Branch coverage included in aggregate %.

14 of 192 new or added lines in 7 files covered. (7.29%)

2 existing lines in 1 file now uncovered.

5911 of 15660 relevant lines covered (37.75%)

2.58 hits per line

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

0.0
/front/src/components/workspace/WorkspaceUpdateFormMetadataModal.jsx
NEW
1
import React from 'react'
×
NEW
2
import { useTranslation } from 'react-i18next'
×
3

NEW
4
import Modal from '../Modal.jsx'
×
NEW
5
import WorkspaceUpdateFormMetadata from './WorkspaceUpdateFormMetadata.jsx'
×
6

NEW
7
export default function WorkspaceUpdateFormMetadataModal({
×
NEW
8
  close,
×
NEW
9
  bindings,
×
NEW
10
  workspace,
×
NEW
11
}) {
×
NEW
12
  const { t } = useTranslation()
×
NEW
13
  return (
×
NEW
14
    <Modal {...bindings} title={t('workspace.updateFormMetadataModal.title')}>
×
NEW
15
      <WorkspaceUpdateFormMetadata
×
NEW
16
        onSubmit={() => close()}
×
NEW
17
        onCancel={() => close()}
×
NEW
18
        workspace={workspace}
×
NEW
19
      />
×
NEW
20
    </Modal>
×
21
  )
NEW
22
}
×
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