dotnet ef migrations add [migration name]
dotnet ef migrations remove
dotnet ef database update
dotnet ef database update [migration name]
dotnet test /p:AltCover=true /p:AltCoverXmlreport="bin/Debug/netcoreapp2.2/Reports/coverage.xml" /p:AltCoverAssemblyExcludeFilter="NUnit|Specs" /p:AltCoverPathFilter="Libs|Migrations"
dotnet reportgenerator -reports:bin/Debug/netcoreapp2.2/Reports/coverage.xml -targetdir:bin/Debug/netcoreapp2.2/Reports "-reporttypes:Html;Badges"
bin/Debug/netcoreapp2.2/Reports/specs-report.html
bin/Debug/netcoreapp2.2/Reports/index.htm