Skip to content

Commit

Permalink
test fix for Matrix/TMB inconsistency in codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Thorson committed Jan 24, 2024
1 parent 77a5d0a commit 5413932
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:

- name: Test coverage
run: |
install.packages("Matrix", type = "source")
install.packages("TMB", type = "source")
covr::codecov(
quiet = FALSE,
clean = FALSE,
Expand Down

0 comments on commit 5413932

Please sign in to comment.