Skip to content

Commit

Permalink
updating test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
explodecomputer committed Mar 27, 2024
1 parent 9be1eb1 commit 5e83be8
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ articles:
guide: guide.html
local_ld: local_ld.html
timings: timings.html
last_built: 2024-03-27T21:26Z
last_built: 2024-03-27T21:33Z

4 changes: 2 additions & 2 deletions tests/testthat/test_afl2.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# skip()
skip_on_cran()
skip_on_ci()
# skip_on_cran()
# skip_on_ci()

snpinfo1 <- afl2_list()
if(inherits(snpinfo1, "response")) skip("Server issues")
Expand Down
4 changes: 2 additions & 2 deletions tests/testthat/test_api.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# skip()
skip_on_cran()
skip_on_ci()
# skip_on_cran()
# skip_on_ci()

stat <- api_status()
if(inherits(stat, "response")) skip("Server issues")
Expand Down
6 changes: 3 additions & 3 deletions tests/testthat/test_ld.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
skip()
skip_on_cran()
skip_on_ci()
# skip()
# skip_on_cran()
# skip_on_ci()


a <- tophits("ieu-a-2")
Expand Down
6 changes: 3 additions & 3 deletions tests/testthat/test_query.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
skip()
skip_on_cran()
skip_on_ci()
# skip()
# skip_on_cran()
# skip_on_ci()

a <- api_status()
if(inherits(a, "response")) skip("Server issues")
Expand Down
4 changes: 2 additions & 2 deletions tests/testthat/test_variants.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# skip()
skip_on_cran()
skip_on_ci()
# skip_on_cran()
# skip_on_ci()


o1 <- variants_gene("ENSG00000123374")
Expand Down

0 comments on commit 5e83be8

Please sign in to comment.