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

mozilla / blurts-server / #11865

pending completion
#11865

push

circleci

rhelmer
frontend work for v2 settings MNTOR-983

282 of 1180 branches covered (23.9%)

Branch coverage included in aggregate %.

80 of 80 new or added lines in 2 files covered. (100.0%)

959 of 3141 relevant lines covered (30.53%)

2.46 hits per line

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

0.0
/src/controllers/settings.js
1
import { mainLayout } from '../views/main.js'
2
import { settings } from '../views/partials/settings.js'
3

4
function settingsPage (req, res) {
5
  const data = {
×
6
    partial: settings
7
  }
8

9
  res.send(mainLayout(data))
×
10
}
11

12
export { settingsPage }
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