File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,15 @@ mono: none
33dist : xenial
44dotnet :
55 - 3.1
6- install :
7- - dotnet restore
86script :
97 - dotnet restore
108 - dotnet build
11- - cd Tests
12- - dotnet add package coverlet.msbuild
13- - dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
9+ - dotnet test Tests/Tests.csproj -p:CollectCoverage=true -p:CoverletOutputFormat=opencover
1410after_success :
1511 - sudo apt-get update
1612 - sudo apt-get install apt-transport-https
1713 - sudo apt-get update
1814 - sudo apt-get install dotnet-sdk-2.1
1915 - dotnet tool install coveralls.net --version 1.0.0 --tool-path tools
2016 - export COVERALLS_REPO_TOKEN=nwDqYB8ldwuTdiZsmWRksx5aBNsxtZlIq
21- - ./ tools/csmacnz.Coveralls --opencover -i coverage.opencover.xml --useRelativePaths
17+ - tools/csmacnz.Coveralls --opencover -i Tests/ coverage.opencover.xml --useRelativePaths
You can’t perform that action at this time.
0 commit comments