cd bestbets-api
# install NuGet packages
dotnet restore
# builds all projects (test are dependent on src)
dotnet build
# runs unit tests (only in tests folder)
dotnet test test/**
# Run code coverage
# (../../lcov is because this will run from the test project...)
dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=../../lcov test/**
# Publish to publish directory
dotnet publish -c Release -o ../../publish src/NCI.OCPL.Api.BestBets
forked from NCIOCPL/bestbets-api
-
Notifications
You must be signed in to change notification settings - Fork 0
sarinapadilla/bestbets-api
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C# 81.5%
- Shell 13.7%
- Dockerfile 1.5%
- Gherkin 1.4%
- Batchfile 1.1%
- Java 0.5%
- JavaScript 0.3%