pwrdrvr / lambda-dispatch

Lambda Dispatch for AWS Lambda - Avoid cold starts, save up to 80%!
38 stars 3 forks source link

Issue 163 - Report coverage #164

Closed huntharo closed 6 months ago

huntharo commented 6 months ago

Generating Local Coverage Report

dotnet test --collect:"XPlat Code Coverage" && \
reportgenerator "-reports:test/coverage/projects/PwrDrvr.LambdaDispatch.Router.Tests/coverage.opencover.xml" \
  "-targetdir:test/coverage/html_report" \
  -reporttypes:Html

Location of Coverage Report

test/coverage/html_report/index.html

huntharo commented 6 months ago

Replaced by #180