-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requesttestingExtensions and improvements to the testing infrastructureExtensions and improvements to the testing infrastructure
Description
At some point I looked into setting up a code coverage check that would fail if the coverage decreased due to a PR but I couldn't find a decent solution for free. There's a tool called code-cov but I think you have to pay for it.
Originally posted by @jwallwork23 in mesh-adaptation/movement#139 (comment)
I'm perhaps overly confident, but I could probably code this up in two steps:
- The test suite on the main branch uploads the coverage report as an artifact (with maximum allowed retention time)
- The test suite on a PR compares its new coverage report with the one uploaded from the main branch
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttestingExtensions and improvements to the testing infrastructureExtensions and improvements to the testing infrastructure
Type
Projects
Status
Backlog