-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
service name for tic #306
Comments
Great that you like the project. The main idea is to have all calls in You would want to do something like add_code_step(covr::coveralls(service_name = ???)) |
Wish it was that simple. Here is the solution.
But can tic write to the environment, in env section? There is ci_get_env to read, but could not find any command to write. |
You can write arbitrary R code in
You can/should define additional env vars derived from secrets in the GHA YAML, yes. Then you can reference them in builds. I think what you want is something like
|
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 ?
Thank you in advance for your guidance.
The text was updated successfully, but these errors were encountered: