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

scriptype / writ-cms / 20600484504

30 Dec 2025 03:56PM UTC coverage: 33.105% (-0.1%) from 33.206%
20600484504

push

github

scriptype
Update CMS UI & API

Keep legacy/outdated actions in a lower section in the UI, just for
reference.

Add necessary api bits for fetching all collections.

Now all buttons except for those in the outdated section work properly.

420 of 3386 branches covered (12.4%)

Branch coverage included in aggregate %.

12 of 34 new or added lines in 10 files covered. (35.29%)

1413 of 2151 relevant lines covered (65.69%)

1882.85 hits per line

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

80.0
/src/cms/api/models/contentModel.js
1
const { omitResolvedLinks } = require('../helpers')
6✔
2

3
const createContentModelModel = ({ getContentModel }) => {
6✔
4
  return {
144✔
5
    get() {
NEW
6
      return omitResolvedLinks(getContentModel())
×
7
    }
8
  }
9
}
10

11
module.exports = createContentModelModel
6✔
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