File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ after_test:
19
19
- dotnet test -c Release --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[Octokit.GraphQL]Octokit.GraphQL.*" .\Octokit.GraphQL.UnitTests\Octokit.GraphQL.UnitTests.csproj
20
20
- dotnet test -c Release --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[Octokit.GraphQL]Octokit.GraphQL.*" .\Octokit.GraphQL.Core.UnitTests\Octokit.GraphQL.Core.UnitTests.csproj
21
21
- dotnet test -c Release --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[Octokit.GraphQL]Octokit.GraphQL.*" .\Octokit.GraphQL.Core.Generation.UnitTests\Octokit.GraphQL.Core.Generation.UnitTests.csproj
22
- - ' %USERPROFILE%\.nuget\packages\codecov\1.0.5 \tools\codecov.exe -f .\Octokit.GraphQL.UnitTests\coverage.opencover.xml'
23
- - ' %USERPROFILE%\.nuget\packages\codecov\1.0.5 \tools\codecov.exe -f .\Octokit.GraphQL.Core.UnitTests\coverage.opencover.xml'
24
- - ' %USERPROFILE%\.nuget\packages\codecov\1.0.5 \tools\codecov.exe -f .\Octokit.GraphQL.Core.Generation.UnitTests\coverage.opencover.xml'
22
+ - ' %USERPROFILE%\.nuget\packages\codecov\1.10.0 \tools\codecov.exe -f .\Octokit.GraphQL.UnitTests\coverage.opencover.xml'
23
+ - ' %USERPROFILE%\.nuget\packages\codecov\1.10.0 \tools\codecov.exe -f .\Octokit.GraphQL.Core.UnitTests\coverage.opencover.xml'
24
+ - ' %USERPROFILE%\.nuget\packages\codecov\1.10.0 \tools\codecov.exe -f .\Octokit.GraphQL.Core.Generation.UnitTests\coverage.opencover.xml'
25
25
26
26
artifacts :
27
27
- path : ' *.nupkg'
You can’t perform that action at this time.
0 commit comments