Skip to content

service name for tic #306

@helgasoft

Description

@helgasoft

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions