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

scriptype / writ-cms / 22516611202

28 Feb 2026 07:53AM UTC coverage: 37.643% (-0.9%) from 38.548%
22516611202

push

github

scriptype
Rename components

621 of 3714 branches covered (16.72%)

Branch coverage included in aggregate %.

0 of 32 new or added lines in 14 files covered. (0.0%)

11 existing lines in 2 files now uncovered.

2171 of 3703 relevant lines covered (58.63%)

1691.46 hits per line

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

0.0
/src/cms/server/public/app/components/explorePanel/selectContentTypes.js
1
import api from '../../../api.js'
2
import Dialog from '../Dialog.js'
3
import SelectContentTypesForm from '../SelectContentTypesForm.js'
4
import defaultContentTypes from '../../defaultContentTypes.js'
5

6
export default async () => {
NEW
7
  const { $el: $contentTypeForm } = SelectContentTypesForm({
×
8
    defaultContentTypes,
9
    onSubmit: (selectedContentTypes) => {
10
      console.log('selectedContentTypes', selectedContentTypes)
×
11
      selectedContentTypes.forEach(async contentType => {
×
12
        await api.contentTypes.create(contentType)
×
13
      })
NEW
14
      Dialog.hide()
×
15
    }
16
  })
NEW
17
  Dialog
×
18
    .html('')
19
    .appendChild($contentTypeForm)
20
    .show()
21
}
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