File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ environment:
66 OPENCOVER_VER : 4.6.519
77 XUNIT_VER : 2.2.0
88 COVERALLS_VER : 0.7.0
9+ COVERALLS_REPOTOKEN :
10+ secure : qtn72nNNETlNbJ6CRrpKvO12xOcUn2q1d+e+bVU9lCM7ZxqZqeD4V7P/uoN8tL0A
911
1012before_build :
1113 - nuget restore
@@ -18,4 +20,4 @@ build_script:
1820
1921test_script :
2022 - cmd : buildtools\OpenCover.%OPENCOVER_VER%\tools\OpenCover.Console.exe -register:user -target:"buildtools\xunit.runner.console.%XUNIT_VER%\tools\xunit.console.exe" -targetargs:"HttpWebClient.UnitTests\bin\%CONFIGURATION%\HttpWebClient.UnitTests.dll -noappdomain" -filter:"+[HttpWebClient]*"
21- - cmd : buildtools\coveralls.net.%COVERALLS_VER%\tools\csmacnz.Coveralls.exe --opencover -i ./results.xml --repoToken "Cq78rGIIKAVq2bCsdndnRcAVX4ESgkEZ3 " --commitId "%APPVEYOR_REPO_COMMIT%" --commitBranch "%APPVEYOR_REPO_BRANCH%" --commitAuthor "%APPVEYOR_REPO_COMMIT_AUTHOR%" --commitEmail "%APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL%" --commitMessage "%APPVEYOR_REPO_COMMIT_MESSAGE%"
23+ - cmd : buildtools\coveralls.net.%COVERALLS_VER%\tools\csmacnz.Coveralls.exe --opencover -i ./results.xml --repoToken "%COVERALLS_REPOTOKEN% " --commitId "%APPVEYOR_REPO_COMMIT%" --commitBranch "%APPVEYOR_REPO_BRANCH%" --commitAuthor "%APPVEYOR_REPO_COMMIT_AUTHOR%" --commitEmail "%APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL%" --commitMessage "%APPVEYOR_REPO_COMMIT_MESSAGE%"
You can’t perform that action at this time.
0 commit comments