mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
c6b997d784
commit
d283715f5b
1 changed files with 1 additions and 1 deletions
|
|
@ -9,9 +9,9 @@ addons:
|
|||
packages:
|
||||
- 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
|
||||
- scripts/build.sh
|
||||
after_script:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue