Skip to content

Commit

Permalink
GHA: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Oct 27, 2024
1 parent 4154639 commit 3903bb3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 84 deletions.
82 changes: 0 additions & 82 deletions .github/workflows/covr.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
)
print(cov)
covr::codecov(coverage = cov, token="${{secrets.CODECOV_TOKEN}}")
covr::to_cobertura(cov)
shell: Rscript {0}

Expand All @@ -56,4 +55,3 @@ jobs:
with:
name: coverage-test-failures
path: ${{ runner.temp }}/package

0 comments on commit 3903bb3

Please sign in to comment.