tweak test cmd in CI

This commit is contained in:
Collin M. Barrett 2018-10-13 11:01:41 -05:00
parent f3dd3ca3a1
commit 24220e5ef5

View file

@ -9,7 +9,7 @@ addons:
- sshpass
script:
- scripts/build.sh
- dotnet test -c Release --no-build tests/FilterLists.Services.Tests/FilterLists.Services.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)
env: