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

mozilla / blurts-server / ad937107-fbd5-416e-b2c2-f64d55664f31

pending completion
ad937107-fbd5-416e-b2c2-f64d55664f31

push

circleci

Florian Zia
feat: Add animations preview template

282 of 1661 branches covered (16.98%)

Branch coverage included in aggregate %.

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

959 of 4514 relevant lines covered (21.25%)

3.54 hits per line

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

0.0
/src/routes/preview.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 { emailsPreviewPage } from '../controllers/email-preview.js'
7
import { animationsPreviewPage } from '../controllers/animations-preview.js'
8

9
const router = Router()
×
10

11
router.get(['/emails', '/emails/:template'], emailsPreviewPage)
×
12
router.get(['/animations', '/animations/:id'], animationsPreviewPage)
×
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