ietf-tools / www

A customized CMS for the IETF website
BSD 3-Clause "New" or "Revised" License
22 stars 45 forks source link

feat: Upload coverage reports to Codecov #340

Closed mgax closed 8 months ago

mgax commented 8 months ago

This PR generates an XML coverage report and uploads it to Codecov. It needs the CODECOV_TOKEN actions secret to be set on the repository (IIUC it's already there).

Here's a report uploaded from my fork: https://app.codecov.io/github/mgax/ietf-wagtail_website/commit/66b3878f087ba707ab345e4cfb6ca498cdba27cd/tree

Refs. https://github.com/ietf-tools/wagtail_website/pull/339#issuecomment-1798096246 Fixes https://github.com/ietf-tools/wagtail_website/issues/131