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

RoundingWell / care-ops-frontend / 56238c5b-c3b6-44d9-84b2-8aaf4841f701

20 May 2026 05:15PM UTC coverage: 89.329% (-10.6%) from 99.95%
56238c5b-c3b6-44d9-84b2-8aaf4841f701

Pull #1696

circleci

paulfalgout
refactor(icons): separate app and shared manifests
Pull Request #1696: refactor(icons): separate app and environment manifests

1654 of 1891 branches covered (87.47%)

Branch coverage included in aggregate %.

5503 of 6121 relevant lines covered (89.9%)

187.47 hits per line

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

75.0
/src/js/views/programs/shared/flows_views.js
1
import Radio from 'backbone.radio';
2

3
import BehaviorComponent from './components/behavior_component';
4
import TeamComponent from 'js/views/shared/components/team';
5

6
const FlowBehaviorComponent = BehaviorComponent.extend({
119✔
7
  isConditionalAvailable: false,
8
  onPicklistSelect({ model }) {
9
    this.setState('selected', model);
×
10
    this.popRegion.empty();
×
11
  },
12
});
13

14
let teamsCollection;
15

16
function getTeams() {
17
  if (teamsCollection) return teamsCollection;
20✔
18
  teamsCollection = Radio.request('bootstrap', 'teams');
8✔
19
  return teamsCollection;
8✔
20
}
21

22
const OwnerComponent = TeamComponent.extend({
119✔
23
  canClear: true,
24
  initialize({ owner }) {
25
    this.collection = getTeams();
20✔
26

27
    this.setState({ selected: owner });
20✔
28
  },
29
  onChangeSelected(selected) {
30
    this.triggerMethod('change:owner', selected);
×
31
  },
32
});
33

34
export {
35
  FlowBehaviorComponent,
36
  OwnerComponent,
37
};
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