Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Jul 10, 2023
1 parent 03fadd4 commit cdf7aa3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
with:
extra-packages: any::covr
needs: coverage
- name: Install package
run: |
Rscript inst/scripts/install.R
- name: Test coverage
run: |
covr::codecov(
Expand Down
1 change: 1 addition & 0 deletions tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat)
library(timaR)

testthat::test_check(package = "timaR")
6 changes: 3 additions & 3 deletions tests/testthat/test_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ testthat::test_that("Whole process", {
cp paths.yaml inst/paths.yaml
"
)
## Sourcing all functions
list.files("R", full.names = TRUE) |>
lapply(FUN = source)
# ## Sourcing all functions
# list.files("R", full.names = TRUE) |>
# lapply(FUN = source)

## Prepare parameters
paths <<- parse_yaml_paths()
Expand Down

0 comments on commit cdf7aa3

Please sign in to comment.