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

RoundingWell / care-ops-frontend / 8b61514d-90b5-45fb-b81d-e60b440f5d22

09 Apr 2026 07:39PM UTC coverage: 92.417% (-7.6%) from 99.976%
8b61514d-90b5-45fb-b81d-e60b440f5d22

push

circleci

nmajor25
On incoming call ringing, show 'Incoming Call' in UI panel header

1735 of 1923 branches covered (90.22%)

Branch coverage included in aggregate %.

5919 of 6359 relevant lines covered (93.08%)

195.4 hits per line

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

50.0
/src/js/apps/forms/forms-main_app.js
1
import RouterApp from 'js/base/routerapp';
2

3
import FormApp from 'js/apps/forms/form/form_app';
4
import FormPatientApp from 'js/apps/forms/form/form-patient_app';
5

6
export default RouterApp.extend({
7
  routerAppName: 'FormsApp',
8

9
  childApps: {
10
    form: FormApp,
11
    patientForm: FormPatientApp,
12
  },
13

14
  eventRoutes: {
15
    'form:patient': {
16
      action: 'showFormPatient',
17
      route: 'patient/:id/form/:id',
18
    },
19
    'form:patientAction': {
20
      action: 'showFormAction',
21
      route: 'patient-action/:id/form/:id',
22
    },
23
  },
24
  showFormAction(patientActionId, formId) {
25
    this.startCurrent('form', { formId, patientActionId });
37✔
26
  },
27
  showFormPatient(patientId, formId) {
28
    this.startCurrent('patientForm', { formId, patientId });
×
29
  },
30
});
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

© 2026 Coveralls, Inc