From 9140f02b0d6f6e5600bbc16353882de22c1e54c4 Mon Sep 17 00:00:00 2001 From: Kevin Cunnane Date: Tue, 13 Dec 2016 17:58:50 -0800 Subject: [PATCH] AppVeyor batch and Coveralls token (#184) * AppVeyor batch and Coveralls token * AppVeyor.yml no longer used in AppVeyor build * AppVeyor badge uses public URL --- README.md | 2 +- appveyor.yml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5766fd3..24863800 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Travis CI](https://travis-ci.org/Microsoft/sqltoolsservice.svg?branch=dev)](https://travis-ci.org/Microsoft/sqltoolsservice) -[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/{INSERTUSERHERE}/sqltoolsservice?svg=true&retina=true&branch=dev)](https://ci.appveyor.com/project/{INSERTUSERHERE}/sqltoolsservice) +[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/Microsoft/sqltoolsservice?svg=true&retina=true&branch=dev](https://ci.appveyor.com/project/kburtram/sqltoolsservice) [![Coverage Status](https://coveralls.io/repos/github/Microsoft/sqltoolsservice/badge.svg?branch=dev)](https://coveralls.io/github/Microsoft/sqltoolsservice?branch=dev) # Microsoft SQL Tools Service diff --git a/appveyor.yml b/appveyor.yml index e112fa99..86a04482 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,10 @@ +# Note: This file isn't used in current setup. Instead its parts have been +# set directly in the AppVeyor project settings - Environment, General, Build, Test sections. +# This allows us to get Coveralls to run on PRs, but is more work than just using this file. +# Preserving this here so that it's easy to replicate for others environment: COVERALLS_REPO_TOKEN: - secure: Insert encrypted coveralls token here + secure: KjiClJjgj/eB1zo52GBz/CHCmdxj6ut+q6+LD5G3sYhy9Hi4kEF6CWi8vOQPH1oy # safelist branches: