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

mozilla / blurts-server / #13272

pending completion
#13272

push

circleci

flozia
merge: main -> MNTOR-971-Landing-page-transitions

282 of 1679 branches covered (16.8%)

Branch coverage included in aggregate %.

13 of 13 new or added lines in 10 files covered. (100.0%)

959 of 4547 relevant lines covered (21.09%)

1.76 hits per line

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

0.0
/src/routes/breachDetail.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 { Router } from 'express'
6

7
import { asyncMiddleware } from '../middleware/util.js'
8
import { breachDetailPage } from '../controllers/breachDetail.js'
9

10
const router = Router()
×
11

12
router.get('/:breachName', asyncMiddleware(breachDetailPage))
×
13

14
export default router
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