Skip to content

Commit

Permalink
updating coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
khufkens committed Aug 27, 2024
1 parent 66ce300 commit a3364d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ http://cran.r-project.org/web/packages/policies.html

- local Ubuntu 22.04 install on R 4.4.1
- Ubuntu 22.04 on github actions (devel / release / macos / windows)
- codecove.io code coverage at ~66%
- codecove.io code coverage at ~70%

## local / github actions CI R CMD check results

Expand Down
10 changes: 5 additions & 5 deletions tests/testthat/test_ds.R
Original file line number Diff line number Diff line change
Expand Up @@ -155,16 +155,16 @@ test_that("cds request", {
expect_true(inherits(r, "R6"))
url <- r$get_url()

# test delete routine
expect_error(
wf_delete(url = "50340909as")
)

# cleanup
expect_message(
r$delete()
)

# test delete routine
expect_error(
wf_delete(url = "50340909as")
)

# error on second call
expect_error(
wf_delete(url)
Expand Down

0 comments on commit a3364d3

Please sign in to comment.