r-lib / archive

Compare 3e01e56 ... +0 ... afeb08f

No flags found

Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.

e.g., #unittest #integration

#production #enterprise

#frontend #backend

Learn more about Codecov Flags here.

Showing 2 of 3 files from the diff.
Other files ignored by Codecov
NAMESPACE has changed.

@@ -1,5 +1,4 @@
Loading
1 1
.onLoad <- function(libname, pkgname) {
2 -
  loadNamespace("cli")
3 2
  lib_path <- system.file("lib", .Platform$r_arch, paste0("libconnection", .Platform$dynlib.ext), package = "archive")
4 3
  res <- dyn.load(lib_path)
5 4

@@ -1,6 +1,7 @@
Loading
1 1
## usethis namespace: start
2 2
#' @useDynLib archive, .registration = TRUE
3 3
#' @importFrom tibble as_tibble
4 +
#' @importFrom cli cli_progress_bar
4 5
## usethis namespace: end
5 6
NULL
6 7

Everything is accounted for!

No changes detected that need to be reviewed.
What changes does Codecov check for?
Lines, not adjusted in diff, that have changed coverage data.
Files that introduced coverage data that had none before.
Files that have missing coverage data that once were tracked.
Files Coverage
R 0.43% 75.00%
src 91.11%
Project Totals (19 files) 87.22%
Loading