Skip to content

sarinapadilla/bestbets-api

 
 

Repository files navigation

bestbets-svc

Build

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

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%