Skip to content

bug: covr::codecov() should throw an error if unable to upload coverage results to codecov.io #565

Open
@ALanguillaume

Description

Description

covr::codecov() should throw an error if unable to upload coverage results to codecov.io

Actual Behaviour

If covr::codecov() fails to upload coverage results to codecov.io it does not throw an error, the corresponding github action is thus marked as successful in github.

The devs are not notify that there was a failure in the workflow.

See this workflow

image

Expected Behaviour

covr::codecov() throws an error if unable to upload coverage results to codecov.io.
-> gh action workflow fails
-> devs are notified

Additional context

Related to r-lib/actions#822

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