thomasp85 / tidygraph
Showing 1 of 1 files from the diff.

@@ -249,6 +249,7 @@
Loading
249 249
  nodes <- as_tibble(graph, active = 'nodes')
250 250
  nodes <- group_by(nodes, ...)
251 251
  ind <- group_indices(nodes)
252 +
  ind <- match(ind, unique(ind))
252 253
  contracted <- as_tbl_graph(contract(graph, ind, vertex.attr.comb = 'ignore'))
253 254
  nodes <- nest_legacy(nodes, .key = '.orig_data')
254 255
  ind <- lapply(nodes$.orig_data, `[[`, '.tidygraph_node_index')
Files Coverage
R 47.94%
src/get_paths.cpp 0.00%
Project Totals (47 files) 47.29%
1
comment: false
2

3
coverage:
4
  status:
5
    project:
6
      default:
7
        target: auto
8
        threshold: 1%
9
        informational: true
10
    patch:
11
      default:
12
        target: auto
13
        threshold: 1%
14
        informational: true
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading