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

mozilla / blurts-server / #13245

pending completion
#13245

push

circleci

flozia
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%)

1.77 hits per line

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

0.0
/src/controllers/animations-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 { guestLayout } from '../views/guestLayout.js'
6
import { generateToken } from '../utils/csrf.js'
7
import { animationsPreview } from '../views/partials/animationsPreview.js'
8

9
function animationsPreviewPage (req, res) {
10
  const data = {
×
11
    partial: animationsPreview,
12
    csrfToken: generateToken(res)
13
  }
14

15
  res.send(guestLayout(data))
×
16
}
17

18
export { animationsPreviewPage }
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