Nothing
test_that("get_foo_coverage works for example project", {
df <- get_foo_coverage(foo_folder = testthat::test_path("example_project", "R"),
test_folder = testthat::test_path("tests", "testthat"))
expect_true(nrow(df) > 0)
expect_true("data.frame" %in% class(df))
expect_true(all(between(x = df$coverage, left = 0, right = 1)))
expect_true("character" %in% class(df$foo_string))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.