Include ManagedBatchParser tests to improve code coverage (#793)

* Include ManagedBatchParser test to improve code coverage

* Fix some failing test cases and revert appveyor.yml
This commit is contained in:
Dhruva N
2019-04-22 17:35:48 -07:00
committed by Karl Burtram
parent 9e14336293
commit e9bf57bc67
24 changed files with 1033 additions and 438 deletions

View File

@@ -1,5 +1,5 @@
sudo: required
dist: trusty
dist: xenial
os:
- linux
@@ -7,7 +7,8 @@ os:
# - osx
mono: none
dotnet: 2.2.100-preview3-009430
dotnet: 2.2
# was dotnet: 2.2.100-preview3-009430
# safelist
branches:
@@ -37,5 +38,4 @@ script:
- dotnet build src/Microsoft.SqlTools.ServiceLayer
- dotnet test test/Microsoft.SqlTools.ServiceLayer.UnitTests
- dotnet build src/Microsoft.SqlTools.CoreServices
- dotnet test test/Microsoft.SqlTools.Hosting.UnitTests
- dotnet test test/Microsoft.SqlTools.Hosting.UnitTests