1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly for coverage 1`] = `
5 className="display-flex-center"
8 className="big-spacer-right"
16 className="display-flex-column"
20 ariaLabel="overview.see_more_details_on_x_of_y.1.0%.metric.coverage.name"
23 "analysisDate": "2018-01-01",
25 "branch": "feature/foo/bar",
28 "title": "Foo Bar feature",
31 className="overview-measures-value text-light"
32 component="my-project"
39 className="spacer-top"
47 exports[`should render correctly for coverage 2`] = `
49 className="display-flex-center"
52 className="big-spacer-right"
60 className="display-flex-column"
64 ariaLabel="overview.see_more_details_on_x_of_y.1.0%.metric.coverage.name"
67 "analysisDate": "2018-01-01",
69 "branch": "feature/foo/bar",
72 "title": "Foo Bar feature",
75 className="overview-measures-value text-light"
76 component="my-project"
83 className="spacer-top"
86 defaultMessage="overview.coverage_on_X_lines"
87 id="overview.coverage_on_X_lines"
90 "count": <DrilldownLink
93 "analysisDate": "2018-01-01",
95 "branch": "feature/foo/bar",
98 "title": "Foo Bar feature",
102 component="my-project"
103 metric="lines_to_cover"
115 exports[`should render correctly for coverage 3`] = `
117 className="display-flex-center"
120 className="big-spacer-right"
128 className="display-flex-column"
132 ariaLabel="overview.see_more_details_on_x_of_y.1.0%.metric.new_coverage.name"
135 "analysisDate": "2018-01-01",
137 "branch": "feature/foo/bar",
140 "title": "Foo Bar feature",
143 className="overview-measures-value text-light"
144 component="my-project"
145 metric="new_coverage"
151 className="spacer-top"
154 defaultMessage="overview.coverage_on_X_new_lines"
155 id="overview.coverage_on_X_new_lines"
158 "count": <DrilldownLink
161 "analysisDate": "2018-01-01",
163 "branch": "feature/foo/bar",
166 "title": "Foo Bar feature",
170 component="my-project"
171 metric="new_lines_to_cover"
183 exports[`should render correctly for duplications 1`] = `
185 className="display-flex-center"
188 className="big-spacer-right"
196 className="display-flex-column"
200 ariaLabel="overview.see_more_details_on_x_of_y.1.0%.metric.duplicated_lines_density.name"
203 "analysisDate": "2018-01-01",
205 "branch": "feature/foo/bar",
208 "title": "Foo Bar feature",
211 className="overview-measures-value text-light"
212 component="my-project"
213 metric="duplicated_lines_density"
219 className="spacer-top"
221 metric.duplicated_lines_density.short_name
227 exports[`should render correctly for duplications 2`] = `
229 className="display-flex-center"
232 className="big-spacer-right"
240 className="display-flex-column"
244 ariaLabel="overview.see_more_details_on_x_of_y.1.0%.metric.duplicated_lines_density.name"
247 "analysisDate": "2018-01-01",
249 "branch": "feature/foo/bar",
252 "title": "Foo Bar feature",
255 className="overview-measures-value text-light"
256 component="my-project"
257 metric="duplicated_lines_density"
263 className="spacer-top"
266 defaultMessage="overview.duplications_on_X_lines"
267 id="overview.duplications_on_X_lines"
270 "count": <DrilldownLink
273 "analysisDate": "2018-01-01",
275 "branch": "feature/foo/bar",
278 "title": "Foo Bar feature",
282 component="my-project"
295 exports[`should render correctly for duplications 3`] = `
297 className="display-flex-center"
300 className="big-spacer-right"
308 className="display-flex-column"
312 ariaLabel="overview.see_more_details_on_x_of_y.1.0%.metric.new_duplicated_lines_density.name"
315 "analysisDate": "2018-01-01",
317 "branch": "feature/foo/bar",
320 "title": "Foo Bar feature",
323 className="overview-measures-value text-light"
324 component="my-project"
325 metric="new_duplicated_lines_density"
331 className="spacer-top"
334 defaultMessage="overview.duplications_on_X_new_lines"
335 id="overview.duplications_on_X_new_lines"
338 "count": <DrilldownLink
341 "analysisDate": "2018-01-01",
343 "branch": "feature/foo/bar",
346 "title": "Foo Bar feature",
350 component="my-project"
363 exports[`should render correctly when centered 1`] = `
365 className="display-flex-column flex-1"
368 className="display-flex-center display-flex-justify-center"
371 className="big-spacer-right"
379 ariaLabel="overview.see_more_details_on_x_of_y.1.0%.metric.coverage.name"
382 "analysisDate": "2018-01-01",
384 "branch": "feature/foo/bar",
387 "title": "Foo Bar feature",
390 className="overview-measures-value text-light"
391 component="my-project"
398 className="spacer-top text-center"
405 exports[`should render correctly with no value 1`] = `
407 className="display-flex-center"
411 className="overview-measures-empty-value"
414 className="big-spacer-left"