-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Glad to find 'tic' and like the simplicity and abstraction. 👍
It is working great for code testing, but I'm having a problem with test coverage .
My provider is coveralls.io and I'm trying to set it up in YAML. The covr::coveralls call is expecting a service name with default 'travis-ci'. I cannot use the default, or 'tic'. My understanding is that GitHub Actions is the actual service, but what would be the correct name ?
#> tic::use_tic(wizard = FALSE, linux = "ghactions", mac = "ghactions",
# windows = "ghactions", deploy = "ghactions", matrix = "none")
#> Done! Thanks for using tic.
# ---------- my test-coverage.yaml
steps: ...
- name: Test coverage
run: covr::coveralls( service_name = ??? )
shell: Rscript {0}
Thank you in advance for your guidance.
Metadata
Metadata
Assignees
Labels
No labels