Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 271 Bytes

commands.md

File metadata and controls

9 lines (7 loc) · 271 Bytes

Generate coverage dotnet test ./GeekBudget.Tests/ /p:CollectCoverage=true /p:CoverletOutputFormat={format} where {format} is either lcov, opencover, json etc...

Add migration dotnet ef migrations add {name}

Apply migrations dotnet ef database update