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 f31ec47 commit fe2972eCopy full SHA for fe2972e
NEWS.md
@@ -1,5 +1,7 @@
1
# covr (development version)
2
3
+* Fix for a failing test on CRAN
4
+
5
# covr 3.6.3
6
7
* Updates to internal usage of `is.atomic()` to work with upcoming R release (@mmaechler , #542)
tests/testthat/test-record_tests.R
@@ -164,6 +164,8 @@ test_that("covr.record_tests: test that coverage objects contain expected test d
164
})
165
166
test_that("covr.record_tests: safely handles extremely large calls", {
167
+ skip_on_cran()
168
169
fcode <- 'f <- function(...) { sum(...) }'
170
171
expect_warning(
0 commit comments