We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4b93e commit 4e9a0b8Copy full SHA for 4e9a0b8
tests/testthat/test-tally_coverage.R
@@ -1,4 +1,6 @@
1
test_that("tally_coverage includes compiled code", {
2
+ skip_on_cran()
3
+
4
cov <- package_coverage(test_path("TestCompiled"))
5
tall <- tally_coverage(cov)
6
0 commit comments