mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
AppVeyor batch and Coveralls token (#184)
* AppVeyor batch and Coveralls token * AppVeyor.yml no longer used in AppVeyor build * AppVeyor badge uses public URL
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[](https://travis-ci.org/Microsoft/sqltoolsservice)
|
||||
[](https://ci.appveyor.com/project/{INSERTUSERHERE}/sqltoolsservice)
|
||||
[
|
||||
[](https://coveralls.io/github/Microsoft/sqltoolsservice?branch=dev)
|
||||
|
||||
# Microsoft SQL Tools Service
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user