We have an api in .net5, we were using coverlet.msbuild to validate our code coverage but our solution has 50 csprojs and we were hitting a bug where some projects returned 0% of coverage, so we changed the package to coverlet.collector, our problem now is that coverlet.collector does not support threshold validation.
At the end of we have an xml file with cobertura format and we just want to run a command to see if the code coverage reported is OK and let the PR continue its process.