Skip to content

hiradyazdan/prototype_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prototype_server

Coverage

Database

Migrations

Add
dotnet ef migrations add [migration name]
Remove
dotnet ef migrations remove
Apply (Commit)
dotnet ef database update
Revert
dotnet ef database update [migration name]

Tests

Run

dotnet test /p:AltCover=true /p:AltCoverXmlreport="bin/Debug/netcoreapp2.2/Reports/coverage.xml" /p:AltCoverAssemblyExcludeFilter="NUnit|Specs" /p:AltCoverPathFilter="Libs|Migrations"

Generate Coverage

dotnet reportgenerator -reports:bin/Debug/netcoreapp2.2/Reports/coverage.xml -targetdir:bin/Debug/netcoreapp2.2/Reports "-reporttypes:Html;Badges"
HTML Spec Report Path
bin/Debug/netcoreapp2.2/Reports/specs-report.html
HTML Coverage Report Path
bin/Debug/netcoreapp2.2/Reports/index.htm

About

Game UDP Relay Server (Initial Prototype)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages