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

mozilla / blurts-server / 01fb103b-83b8-47e2-b8fd-1a9ff4e5e565

pending completion
01fb103b-83b8-47e2-b8fd-1a9ff4e5e565

push

circleci

Amri Toufali
initial salvo

282 of 1663 branches covered (16.96%)

Branch coverage included in aggregate %.

2 of 2 new or added lines in 1 file covered. (100.0%)

959 of 4512 relevant lines covered (21.25%)

3.54 hits per line

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

0.0
/src/client/js/index.js
1
/* This Source Code Form is subject to the terms of the Mozilla Public
2
 * License, v. 2.0. If a copy of the MPL was not distributed with this
3
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4

5
// import global modules that will be run on every page
6
import './scroll-observer.js'
7
import './resize-observer.js'
8
import './components/circle-chart.js'
9
import './components/custom-select.js'
10
import './components/toast-alert.js'
11
import './nav.js'
12
import './user-menu.js'
13
// import './partials/all-breaches.js'
14
// import './partials/breaches.js'
15
// import './partials/exposure-scan.js'
16
// import './partials/landing.js'
17
// import './partials/settings.js'
18
// import './partials/unsubscribe.js'
19
// import './partials/notFound.js'
20
import './dialog.js'
21
import './utils.js'
22
import './analytics.js'
23

24
// auto-import page-specific module if it exists
25
const partialName = document.querySelector('main')?.getAttribute('data-partial')
×
26
if (partialName) import(`./partials/${partialName}.js`).catch(() => null)
×
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

© 2025 Coveralls, Inc