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

mozilla / blurts-server / 7d64b04d-08c9-49c0-9d5c-c893027435df

pending completion
7d64b04d-08c9-49c0-9d5c-c893027435df

push

circleci

Florian Zia
feat: Test lottie animations

282 of 6859 branches covered (4.11%)

Branch coverage included in aggregate %.

28 of 28 new or added lines in 5 files covered. (100.0%)

959 of 4539 relevant lines covered (21.13%)

3.52 hits per line

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

0.0
/routes/oauth.js
1
'use strict'
2

3
const express = require('express')
×
4
const bodyParser = require('body-parser')
×
5

6
const { asyncMiddleware } = require('../middleware')
×
7
const { init, confirmed } = require('../controllers/oauth')
×
8

9
const router = express.Router()
×
10
const jsonParser = bodyParser.json()
×
11

12
router.get('/init', jsonParser, init)
×
13
router.get('/confirmed', jsonParser, asyncMiddleware(confirmed))
×
14

15
module.exports = 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