-
-
Notifications
You must be signed in to change notification settings - Fork 5
Upload code coverage to coveralls #284
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels