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

mozilla / blurts-server / #12992

pending completion
#12992

push

circleci

web-flow
MNTOR-1437 Do not use spaces in event names, per GA4's event naming rules (#2943)

* We should not use spaces in event names, per GA4's event naming rules: https://support.google.com/analytics/answer/13316687

I also went over and instrumented a few more success/fail cases, they are sent in a `result` parameter.

* Update src/client/js/components/toast-alert.js

Co-authored-by: Vincent <Vinnl@users.noreply.github.com>

---------

Co-authored-by: Vincent <Vinnl@users.noreply.github.com>

282 of 1599 branches covered (17.64%)

Branch coverage included in aggregate %.

14 of 14 new or added lines in 7 files covered. (100.0%)

959 of 4310 relevant lines covered (22.25%)

1.85 hits per line

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

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

3
const express = require('express')
×
4
const { vers, heartbeat } = require('../controllers/dockerflow')
×
5

6
const router = express.Router()
×
7

8
router.get('/__version__', vers)
×
9
router.get('/__heartbeat__', heartbeat)
×
10
router.get('/__lbheartbeat__', heartbeat)
×
11

12
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