Skip to content

Commit

Permalink
Try with Service name jenkins as recommended here r-lib/covr#457
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-m-lenz authored Sep 29, 2024
1 parent ffc2c6a commit 283c625
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::coveralls(repo_token = Sys.getenv("COVERALLS_REPO_TOKEN"), type = c("tests", "examples"))
run: covr::coveralls(repo_token = Sys.getenv("COVERALLS_REPO_TOKEN"), service_name = "jenkins", type = c("tests", "examples"))
shell: Rscript {0}

0 comments on commit 283c625

Please sign in to comment.