Skip to content

Commit

Permalink
add codecov test
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-schwen committed Dec 2, 2024
1 parent ec65db7 commit 73deea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inst/tests/tests.Rraw
Original file line number Diff line number Diff line change
Expand Up @@ -7359,6 +7359,7 @@ test(1514.6, isRealReallyInt32(x), FALSE)
x = numeric()
test(1514.7, isRealReallyInt32(x), TRUE)
test(1514.8, isRealReallyInt32(9L), FALSE) # b/c not double input
test(1514.9, isRealReallyInt64(9L), FALSE)

# #1091
options(datatable.prettyprint.char = 5L)
Expand Down

0 comments on commit 73deea2

Please sign in to comment.