Skip to content

Commit d85f130

Browse files
committed
Secure the repotoken
[skip ci]
1 parent e5476cc commit d85f130

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1012
before_build:
1113
- nuget restore
@@ -18,4 +20,4 @@ build_script:
1820

1921
test_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%"

0 commit comments

Comments
 (0)