• 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/getFileSystemTree.js
1
import api from '../../../api.js'
2
import Dialog from '../Dialog.js'
3

4
export default async () => {
NEW
5
  Dialog.textContent('Loading').show()
×
6

7
  const fileSystemTree = await api.fileSystemTree.get()
×
8

NEW
9
  Dialog.html(`<pre>${JSON.stringify(fileSystemTree, null, 2)}</pre>`)
×
10
}
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