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

mozilla / blurts-server / 645d0d8f-c92f-45a6-9bcb-96ac0ee11982

pending completion
645d0d8f-c92f-45a6-9bcb-96ac0ee11982

Pull #2980

circleci

GitHub
Update src/controllers/fxaRpEvents.js
Pull Request #2980: MNTOR-981: Fxa Events

282 of 1683 branches covered (16.76%)

Branch coverage included in aggregate %.

67 of 67 new or added lines in 4 files covered. (100.0%)

959 of 4577 relevant lines covered (20.95%)

3.49 hits per line

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

0.0
/src/routes/api/v1/fxaRpEvents.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/fxaRpEvents.js'
8

9
const router = Router()
×
10

11
router.post('/', 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