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

mozilla / blurts-server / #13204

pending completion
#13204

push

circleci

mansaj
lint

282 of 1653 branches covered (17.06%)

Branch coverage included in aggregate %.

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

959 of 4485 relevant lines covered (21.38%)

1.78 hits per line

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

0.0
/src/routes/api/v1/fxa-rp-events.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
import { asyncMiddleware } from '../../../middleware/util.js'
7
import { fxaRpEvents } from '../../../controllers/fxa-rp-events.js'
8

9
const router = Router()
×
10

11
router.post('/fxa-rp-events', asyncMiddleware(fxaRpEvents))
×
12

13
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