Skip to content

Commit

Permalink
use code
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-m-lenz committed Sep 28, 2024
1 parent 0a2da8d commit 1359bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
fi
- name: Test coverage
run: covr::codecov(type = c("tests", "examples"))
run: print(nchar(Sys.getenv("CODECOV_TOKEN")));covr::codecov(token = Sys.getenv("CODECOV_TOKEN"), type = c("tests", "examples"))
shell: Rscript {0}

0 comments on commit 1359bda

Please sign in to comment.