Skip to content

Upload code coverage to coveralls #284

@remdub

Description

@remdub

plone.meta initially supported uploading code coverage reports to Coveralls.
Before shared workflows were introduced, there were references to Coveralls here.

We could reintroduce this optional feature in two different ways:

  • In tox.ini, by adding Coveralls to [testenv:coverage]
  • In the composite action .github/workflows/coverage.yml, by adding a flag and a step to upload the coverage report

I think the second option is cleaner, since we generally only want to upload coverage reports when code is pushed.

What do you think? I’d be happy to open a pull request if there’s interest in bringing this back.

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