File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11version : 2.1.0.{build}
22before_build :
3- - nuget restore src\ Telesign.sln
3+ - nuget restore Telesign.sln
44build :
5- project : src\ Telesign.sln
5+ project : Telesign.sln
66after_test :
7- - src\ packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -target:"src\ packages\NUnit.ConsoleRunner.3.6.1\tools\nunit3-console.exe" -targetargs:"src\ Telesign.Test\bin\Debug\Telesign.Test.dll --noresult" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:.\coverage.xml
7+ - packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -target:"packages\NUnit.ConsoleRunner.3.6.1\tools\nunit3-console.exe" -targetargs:"Telesign.Test\bin\Debug\Telesign.Test.dll --noresult" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:.\coverage.xml
88 - " SET PATH=C:\\ Python34;C:\\ Python34\\ Scripts;%PATH%"
99 - pip install codecov
1010 - codecov -f "coverage.xml"
Original file line number Diff line number Diff line change @@ -80,5 +80,5 @@ Here is a basic code example with JSON response.
8080 ' updated_on' : ' 2016-12-12T00:39:58.325559Z' }}
8181
8282 For more examples, see the
83- `examples <https://github.com/TeleSign/csharp_telesign/tree/master/src/ Telesign.Example >`_ project or visit
83+ `examples <https://github.com/TeleSign/csharp_telesign/tree/master/Telesign.Example >`_ project or visit
8484the `TeleSign Developer Portal <https://developer.telesign.com/ >`_.
You can’t perform that action at this time.
0 commit comments