Commit Graph

57 Commits

Author SHA1 Message Date
Oluwatoni Solarin-Sodara 062b907735 bump version numbers 2019-03-04 13:13:00 +01:00
Oluwatoni Solarin-Sodara 13c069cde0 format cs files 2019-03-03 11:07:07 +01:00
Oluwatoni Solarin-Sodara 7597cf4693 upgrade global tool to netcoreapp2.2 2019-03-03 10:48:18 +01:00
Zeid Derhally 37f44e3cdb Rename WriteLine to Log 2019-02-15 18:26:12 -05:00
Zeid Derhally ff1f26dbb7 Logger changes
Remove message parameter from LogError with exception overload.
Use the current foreground color when writing Info to console.
2019-02-15 15:31:32 -05:00
Zeid Derhally 299266284f move lock to outer scope 2019-02-15 15:07:27 -05:00
Zeid Derhally 57aca2d353 Clean up ConsoleLogger 2019-02-15 14:43:18 -05:00
Zeid Derhally bfb657acb4 Reading output of process
Need to call BeginErrorReadLine and BeginOutputReadLine to start reading from those streams.
2019-02-15 14:30:28 -05:00
Zeid Derhally d9d6aecdcb Switch to event driven reading from standard output and error 2019-02-15 14:08:31 -05:00
Zeid Derhally 9085e4a5db Fix based on code review
Removed NullLogger
2019-02-15 13:53:49 -05:00
Zeid Derhally b80dd0a3f4 Fix namespace 2019-02-15 09:26:56 -05:00
Zeid Derhally 6dba98fe26 Added logging to Coverage to help with debugging
Exceptions were being swallowed and there was no indication why coverage didn't occur
2019-02-14 18:12:00 -05:00
Sam Harwell 51ea793000 Add a "single hit" collection mode
Fixes #306
2019-02-04 06:21:11 -06:00
Sam Harwell 5ba3f60071 Fix strong name validation failure in ConsoleTables
For now, ConsoleTables is referenced as a source copy. It can be
replaced by a PackageReference as soon as the original adopts a strong
name.

See khalidabuhakmeh/ConsoleTables#30
2019-01-17 10:16:06 -06:00
Oluwatoni Solarin-Sodara b99bc4a6b9 update NuGet package icon url to coverlet logo 2019-01-17 10:56:51 +01:00
Oluwatoni Solarin-Sodara 4de4abac84 bump version numbers 2019-01-17 10:43:23 +01:00
Glenn Watson cd2ec73ad7 Make the project function with .Net Framework classes again 2019-01-08 01:49:29 -08:00
Oluwatoni Solarin-Sodara 54108b6f1e bump version numbers 2018-12-20 14:01:32 +01:00
Toni Solarin-Sodara bdb61087d5 update msbuild task and global tool to use new threshold stat options 2018-12-20 11:44:43 +01:00
Toni Solarin-Sodara 9dac10c74e add threshold stat option to global tool and msbuild target and task 2018-12-17 13:45:43 +01:00
Toni Solarin-Sodara 01c53f6ec8 add use-source-link option 2018-12-09 11:47:40 +01:00
Oluwatoni Solarin-Sodara b3c99fffe7 bump version numbers 2018-11-28 20:14:22 +01:00
Oluwatoni Solarin-Sodara b43ee1ecea update code and doc ordering of global tool help text 2018-11-28 20:09:32 +01:00
Oluwatoni Solarin-Sodara 5d19cbda61 update ordering of Coverage constructor arguments 2018-11-28 19:59:32 +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 d6e008fba9 Singular argument name, code cleanup, cwd change 2018-11-28 16:36:52 +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
Viktor Hofer 7df16ffe01 Allow relative output path for console runner 2018-11-22 03:13:40 +01:00
Oluwatoni Solarin-Sodara a334be0ac0 bump version numbers 2018-11-19 10:57:08 +01:00
Justin Robb d66eaab4c6 Changed UseConsoleOutput boolean to ReporterOutputType enum 2018-11-13 10:43:14 -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 63ba5637f9 feat: Add first pass at ExcludeAttributes option (#232) 2018-11-05 12:09:18 -05:00
Justin Robb 1542cf6df0 Added TeamCityOutput command line flag for printing TeamCity coverage service messages 2018-10-25 19:42:06 -07: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 47206b0ec9 Merge pull request #180 from kolipka/overall
Add total line coverage for badge generators
2018-09-15 22:14:58 +01:00
Oluwatoni Solarin-Sodara 6738b337da bump version numbers 2018-09-07 17:38:50 +01:00
Toni Solarin-Sodara d8d7388ffc update coverlet.console, add to build pipeline 2018-09-02 22:22:29 +01:00
Konrad Lipner 64b3003ee6 add branch & method total 2018-08-25 17:34:17 +02:00
Konrad Lipner d96b9b9eef Add total line coverage for badge generators 2018-08-22 21:48:25 +02:00
Toni Solarin-Sodara 6f44ca53fc bump version numbers 2018-08-11 13:14:50 +01:00
Paulo Janotti 045ee5f49b Add include option 2018-07-27 16:23:08 -07:00
Toni Solarin-Sodara 83a805885b update package metadata 2018-07-16 15:09:27 +01:00
Oluwatoni Solarin-Sodara d2b3aa1adb bump version numbers 2018-07-16 14:51:50 +01:00
Toni Solarin-Sodara db2abde890 ensure standard output of runner process is printed out 2018-07-16 14:38:05 +01:00
Oluwatoni Solarin-Sodara 4efea75e7c append extension to result filename if non is provided. Fixes #146 2018-07-14 17:13:27 +01:00
Toni Solarin-Sodara 1b517ae3ba update build script to create NuGet package for coverlet.console 2018-07-14 15:15:16 +01:00
Toni Solarin-Sodara 4f59586fa8 sign coverlet.console assembly 2018-07-14 14:39:17 +01:00