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

mozilla / blurts-server / ff5e2366-5d4d-4953-b361-856e8ff7dee7

pending completion
ff5e2366-5d4d-4953-b361-856e8ff7dee7

push

circleci

Joey Zhou
adding fxa-rp-events route

282 of 1653 branches covered (17.06%)

Branch coverage included in aggregate %.

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

959 of 4485 relevant lines covered (21.38%)

3.57 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
14
 
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