You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a restful API written in .NET core. We heavily depend on API testing to make sure the quality is good. We are thinking to get code coverage of those API test cases.
what we want to achieve is:
instrument the source code of our restful API during build
run all the API test cases
get the code coverage
From the document, I see coverlet instruments assemblies before test run. So I think maybe we can use coverlet to do that.
Thank you very much in advance.
The text was updated successfully, but these errors were encountered:
We have a restful API written in .NET core. We heavily depend on API testing to make sure the quality is good. We are thinking to get code coverage of those API test cases.
what we want to achieve is:
From the document, I see coverlet instruments assemblies before test run. So I think maybe we can use coverlet to do that.
Thank you very much in advance.
The text was updated successfully, but these errors were encountered: