Commit Graph

430 Commits

Author SHA1 Message Date
Oluwatoni Solarin-Sodara 4e9fe417cd update Windows build image to Visual Studio 2017 2018-11-28 20:00:53 +01:00
Oluwatoni Solarin-Sodara 5d19cbda61 update ordering of Coverage constructor arguments 2018-11-28 19:59:32 +01:00
Toni Solarin-Sodara a3c76edae2 Merge pull request #253 from ViktorHofer/ProbePath
Add option for additional assembly probe dirs
2018-11-28 19:21:59 +01:00
Toni Solarin-Sodara d4450accad Merge branch 'master' into ProbePath 2018-11-28 18:13:10 +01:00
Toni Solarin-Sodara 1a28fcd102 Merge pull request #233 from amweiss/feature/exclude-by-attribute
feat: Add ExcludeByAttribute option (#232)
2018-11-28 18:06:15 +01:00
Viktor Hofer 89f5be5081 BackupOriginalModule no return value and overwrite 2018-11-28 17:52:28 +01:00
Viktor Hofer d6e008fba9 Singular argument name, code cleanup, cwd change 2018-11-28 16:36:52 +01:00
Viktor Hofer a7a27e7abe Apply PR from viktorhofer 2018-11-26 23:48:59 +01:00
Jeremy Herbison e6a9524b2b Restore accidentally-removed #220. 2018-11-26 23:39:09 +01:00
Jeremy Herbison 0bf5227444 Skip included directories that don't exist quietly, rather than throwing. 2018-11-26 23:38:14 +01:00
Jeremy Herbison 017d277e3a Go back to full module paths as keys - it wasn't working in all scenarios. 2018-11-26 23:38:14 +01:00
Jeremy Herbison 6ecac9db36 Revert changes to CoverageResult, as merging the same file from multiple locations is already supported in the master branch. 2018-11-26 23:37:47 +01:00
Jeremy Herbison 473cee95d2 Remove WriteLine I accidentally left behind. 2018-11-26 23:37:47 +01:00
Jeremy Herbison 3b832a0e15 Added an "IncludeDirectories" param so that assemblies that are not project references can also be instrumented. 2018-11-26 23:37:24 +01:00
Toni Solarin-Sodara 3454f21b87 Merge pull request #248 from petli/bug-in-performance-test
Fix bug in the performance test and document how to run it in README.md.
2018-11-23 15:05:50 +01:00
Peter Liljenberg 425536962f Use Windows-style parameters to be consistent with other command examples 2018-11-23 14:29:14 +01:00
Toni Solarin-Sodara 2ccb9b4269 Merge pull request #250 from saintedlama/patch-1
fix description for include [*] filters
2018-11-23 14:23:33 +01:00
Toni Solarin-Sodara 527dd2473a Merge pull request #252 from MaartenX/update_cecil
Updated Mono.Cecil to fix hang when writing modules.
2018-11-23 14:17:41 +01:00
Maarten van Sambeek 19de9f613a Updated Mono.Cecil to fix hang when writing modules. 2018-11-23 13:28:35 +01:00
Christoph Walcher 49b826972e fix description for include [*] filters 2018-11-23 12:47:01 +01:00
Peter Liljenberg 05e1bdbe6d Fix bug in the performance test and document how to run it in README.md. 2018-11-23 10:50:48 +01:00
Toni Solarin-Sodara f67618a159 Merge pull request #247 from ViktorHofer/DirRelative
Allow relative output path for console runner
2018-11-22 22:49:18 +01:00
Viktor Hofer cdcc167011 Apply relative output path fix to msbuild task as well 2018-11-22 18:49:42 +01:00
Viktor Hofer 7df16ffe01 Allow relative output path for console runner 2018-11-22 03:13:40 +01:00
Adam Weiss 643e1a5b7a chore(doc): Fix readme for attribute not attributes 2018-11-20 16:12:29 -05:00
Adam Weiss c04da1e9f2 chore(dev): Make ExcludeByAttribute property singular 2018-11-20 15:53:41 -05:00
Toni Solarin-Sodara 0b3c6c5644 Merge pull request #244 from jzytnyk-korewireless/master
TeamCity reporting - Swap percentage with total lines
2018-11-20 21:42:32 +01:00
jzytnyk-korewireless aacac0536a 243 - Swapping percentage with total lines for proper TeamCity statistics 2018-11-19 14:16:39 -06:00
Oluwatoni Solarin-Sodara a334be0ac0 bump version numbers 2018-11-19 10:57:08 +01:00
Adam Weiss 4f16aa0f26 chore(test): Fix attribute test again 2018-11-13 17:11:33 -05:00
Adam Weiss c4ba815e70 chore(dev): Fix parameter passing to tool and update docs 2018-11-13 16:52:42 -05:00
Toni Solarin-Sodara 7ede9d7cba Merge pull request #227 from Reptarsrage/226_teamcity_support
226 teamcity support
2018-11-13 21:45:34 +01:00
Justin Robb fbd01adb89 Merging TeamCityServiceMessageWriter with TeamCityReporter 2018-11-13 10:43:40 -08:00
Justin Robb d66eaab4c6 Changed UseConsoleOutput boolean to ReporterOutputType enum 2018-11-13 10:43:14 -08:00
Toni Solarin-Sodara 4c3471d49b Merge pull request #234 from NorekZ/master
Cyclomatic complexity computation
2018-11-08 21:08:26 -07:00
amweiss fa03cb375c chore(test): Fix custom attribute test 2018-11-08 18:25:59 -05:00
Norbert Žofák 7258b73d94 Cyclomatic complexity computation added
Signed-off-by: Norbert Žofák <nzofak@protank2.onmicrosoft.com>
2018-11-08 12:59:52 +01:00
Justin Robb d1c56cf281 README updates 2018-11-05 11:06:17 -08:00
Justin Robb 5e4566e9ee Removing teamcity output command line param 2018-11-05 11:06:08 -08:00
Justin Robb 0eb8ce4afb Added teamcity reporter 2018-11-05 10:54:07 -08:00
Weiss, Adam b0a6f4f3fa chore(test): Fix up custom attribute exclude test and make the Instrumenter not fail when null is sent in instead of an empty array 2018-11-05 12:27:53 -05:00
Weiss, Adam 63ba5637f9 feat: Add first pass at ExcludeAttributes option (#232) 2018-11-05 12:09:18 -05:00
Reptarsrage dab248f721 README updates 2018-10-25 19:42:15 -07:00
Justin Robb 6956f0040f Added unit tests for TeamCityServiceMessageWriterTests 2018-10-25 19:42:15 -07:00
Justin Robb 1542cf6df0 Added TeamCityOutput command line flag for printing TeamCity coverage service messages 2018-10-25 19:42:06 -07:00
Toni Solarin-Sodara b54c93cf7c Merge pull request #220 from vlef/fix-merge-results-creates-file
Merging should not fail if file doesn't exist
2018-10-22 04:07:49 +01:00
Vincent Lefebvre 69fecafae9 Changed merging behavior: merges the result with the specified file only if the file exists. 2018-10-18 10:59:56 -04:00
Oluwatoni Solarin-Sodara 34c4e505d3 bump version numbers 2018-10-16 11:52:26 +01:00
Oluwatoni Solarin-Sodara 5f30f2fa35 update formatting around coverage summary 2018-10-16 11:52:23 +01:00
Toni Solarin-Sodara 02ffbe4a40 Merge pull request #215 from MarcoRossignoli/doc
Fix guide typos
2018-10-15 18:31:33 +01:00