r-dbi / bigrquery
Showing 1 of 3 files from the diff.
Other files ignored by Codecov
NEWS.md has changed.
DESCRIPTION has changed.

@@ -337,8 +337,8 @@
Loading
337 337
# Helpers for testing -----------------------------------------------------
338 338
339 339
bq_parse_file <- function(fields, data) {
340 -
  fields <- readr::read_file(fields)
341 -
  data <- readr::read_file(data)
340 +
  fields <- brio::read_file(fields)
341 +
  data <- brio::read_file(data)
342 342
343 343
  bq_parse(fields, data)
344 344
}
Files Coverage
R 28.55%
src 41.08%
Project Totals (28 files) 33.02%
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