test FilterLists.Data.Tests in ci

ref #296
This commit is contained in:
Collin M. Barrett 2018-10-24 15:44:06 -05:00
parent 68bbf345e2
commit 8d31f98b35

View file

@ -11,6 +11,7 @@ addons:
- sshpass
script:
- scripts/build.sh
- dotnet test tests/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
- dotnet test tests/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
after_script:
- bash <(curl -s https://codecov.io/bash)