Skip to content

Commit 2c0365e

Browse files
committed
Exempt a line
1 parent 41f3695 commit 2c0365e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

R/tar_timestamp_raw.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,11 @@ tar_timestamp_raw <- function(
9393
store <- store_init(format = record$format)
9494
store$file$path <- record$path
9595
out <- store_get_timestamp(store = store)
96+
# Tested in tests/interactive/test-class_url.R
97+
# nocov start
9698
if (is.character(out) && parse) {
9799
out <- file_time_system_tz(as.POSIXct(out, format = format, tz = tz))
98100
}
101+
# nocov end
99102
out %||NA% file_time_system_tz(file_time_reference)
100103
}

0 commit comments

Comments
 (0)