Граф коммитов

6771 Коммитов

Автор SHA1 Сообщение Дата
Stanley Goldman 95f65aa32a
Fixing code coverage exec path 2018-09-06 10:44:44 -04:00
Stanley Goldman 778f3a75cc
Ignoring that file 2018-09-06 10:44:01 -04:00
Stanley Goldman e2829d237b
Removing coverage file 2018-09-06 10:43:24 -04:00
Stanley Goldman bb9807505a
Trying to run codecoverage differently 2018-09-06 10:31:23 -04:00
Andreia Gaita 46e8212f52 Disable code coverage, it's causing failed builds to report as passed 2018-09-06 13:25:20 +02:00
Jamie Cansdale c90154d153
Merge pull request #1881 from github/feature/visual-studio-2019
Add support for Visual Studio 2019
2018-09-05 11:24:41 +01:00
Stanley Goldman 5981bf0008
Merge branch 'master' into feature/visual-studio-2019 2018-09-04 20:13:27 -04:00
Stanley Goldman 7fb654e9ab
Merge pull request #1896 from github/fixes/codecov
Fixing codecov.io support
2018-09-04 19:49:14 -04:00
Stanley Goldman b947f07fa2
Not writing a result from the coverage operation 2018-09-04 19:32:17 -04:00
Stanley Goldman 55f3d3f4a8
Getting greedy with the options 2018-09-04 18:17:51 -04:00
Stanley Goldman 7568487023
Showing a status for changes and creating new pull request comments instead of editing the existing one 2018-09-04 18:03:05 -04:00
Stanley Goldman b75ae5fcee
Fixing codecov support 2018-09-04 17:42:51 -04:00
Jamie Cansdale f27b4c4b8c
Merge branch 'master' into feature/visual-studio-2019 2018-09-04 15:28:25 +01:00
Stanley Goldman 8c63631abc
Merge pull request #1893 from github/code-cov-test-fix
Code coverage test fix
2018-08-31 17:37:01 -04:00
Stanley Goldman 13967cf8ab
Testing additional command arguments 2018-08-31 17:14:33 -04:00
Stanley Goldman dc9a3b22aa
Merge pull request #1891 from github/code-coverage-tweaks
Code coverage tweaks
2018-08-31 16:22:47 -04:00
Stanley Goldman 61ae7c598a
Correcting filter 2018-08-31 15:41:56 -04:00
Stanley Goldman 8665bf621a
Tweaking build script 2018-08-31 15:04:30 -04:00
Stanley Goldman 3edd63e289
Merge pull request #1890 from github/code-coverage
Code coverage
2018-08-31 14:55:49 -04:00
Stanley Goldman 2dac63d3ea
Adding default codecov.yml with path fix 2018-08-31 14:06:44 -04:00
Stanley Goldman 53dc0d0d43
Adding a code coverage badge 2018-08-31 13:52:00 -04:00
Stanley Goldman a704e42325
Excluding unit tests 2018-08-31 13:50:11 -04:00
Stanley Goldman 650a098c74
Tweaking filter again 2018-08-31 13:48:47 -04:00
Stanley Goldman c57f7525d1
Ugh the space 2018-08-31 13:45:39 -04:00
Stanley Goldman 0e6f6b906d
Fixing filter 2018-08-31 13:39:12 -04:00
Stanley Goldman 9204146abe
Adding other tests 2018-08-31 13:36:45 -04:00
Stanley Goldman 9b6b6ac04c
Changing where filter 2018-08-31 13:24:56 -04:00
Stanley Goldman 1a1a523545
Tweaking the script 2018-08-31 13:09:09 -04:00
Stanley Goldman 893f79e7f2
Adding a filter 2018-08-31 12:59:57 -04:00
Stanley Goldman 819b75a74f
Trying powershell escape 2018-08-31 12:51:19 -04:00
Stanley Goldman 44a02e1cda
Trying a different exclude format 2018-08-31 12:45:15 -04:00
Stanley Goldman c50ab79a37
Changing argument order 2018-08-31 12:18:39 -04:00
Stanley Goldman a4871948cf
Escaping forward slash 2018-08-31 12:18:04 -04:00
Stanley Goldman b252c96477
Changing exclude function 2018-08-31 12:06:31 -04:00
Stanley Goldman e1206620f8
Pushing coverage.xml 2018-08-31 11:33:51 -04:00
Stanley Goldman bd126f2124
Tweaking script order 2018-08-31 11:19:43 -04:00
Stanley Goldman 0bdaabdb4a
Tweaking argument 2018-08-31 11:19:12 -04:00
Stanley Goldman eb38e6e8e0
Adding support for code coverage 2018-08-31 10:55:13 -04:00
Jamie Cansdale 6ebbf9e571 Miscellaneous cleanup 2018-08-30 19:52:15 +01:00
Jamie Cansdale 7fbeaf5fcd Allow any ..Component.CoreEditor version
Changed [15.0.25824.0,16.0) to [15.0.25824.0,) for
Microsoft.VisualStudio.Component.CoreEditor.
2018-08-30 19:01:39 +01:00
Jamie Cansdale 6e4c1f3d84 Allow any TeamExplorer.Extensions version
Changed [14.0,16.0) to [14.0,).
2018-08-30 19:01:32 +01:00
Jamie Cansdale 7ffb94ec3a Allow any 16.x InstallationTarget version
Changed [14.0,16.0] to [14.0,17.0).
2018-08-30 18:48:43 +01:00
Jamie Cansdale d84ce22249 Remove unused source.extension.vsixmanifest files
Only the one in GitHub.VisualStudio appears to actually be used.
2018-08-30 14:00:59 +01:00
Jamie Cansdale 18496f4bf5 Consolidate RegistryHelper for all versions
Use the same RegistryHelper for all Visual Studio versions.
2018-08-30 12:39:53 +01:00
Jamie Cansdale 0a6a0e7463 Install into Visual Studio Team Explorer 2019
Added <Installation> element:
<InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell"
Version="[15.0,16.0]" />
2018-08-30 11:33:26 +01:00
Jamie Cansdale d66577bb8f Use GitHub.TeamFoundation.15 in VS 2017 and 2019
We can use the GitHub.TeamFoundation.15 MEF assembly in both Visual
Studio 2017 and 2019.
2018-08-30 10:37:22 +01:00
Jamie Cansdale e880b0144b
Merge branch 'master' into feature/visual-studio-2019 2018-08-29 22:56:41 +01:00
Jamie Cansdale a10471fdbb Build against Microsoft.TeamFoundation.* v15.0
We can build GitHub.TeamFoundation.16 against
Microsoft.TeamFoundation.* v15.0 because the version hasn't yet changed
and there will be binding redirects when it does.
2018-08-29 22:53:24 +01:00
Jamie Cansdale c475d76eb0 Install all .vsixmanifest in Visual Studio 2019 2018-08-29 21:52:14 +01:00
Jamie Cansdale c4474f0eb9
Merge pull request #1877 from github/jcansdale/OpenWebSite-image-ViewOnGitHub
Use OpenWebSite image for View/Open on GitHub
2018-08-29 18:52:26 +01:00