Skip to content

Commit

Permalink
attempt install GPG on container
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Feb 7, 2025
1 parent aa41123 commit 07194f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,15 @@ jobs:
extra-packages: any::covr, any::xml2
needs: coverage

- name: Install GPG
run: sudo apt-get update && sudo apt-get install -y gpg

- name: Run package coverage
run: |
cov <- covr::package_coverage(
quiet = FALSE,
clean = FALSE,
type = "all",
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
)
covr::to_cobertura(cov)
Expand Down

0 comments on commit 07194f1

Please sign in to comment.