Commit Graph

372 Commits

Author SHA1 Message Date
Oluwatoni Solarin-Sodara 014bb61ffd check for backup symbol file before trying to restore 2019-04-01 11:11:04 +01:00
Toni Solarin-Sodara 10e9a626a9 Merge pull request #368 from ViceIce/fix/package-layout
fix: package layout
2019-03-16 18:33:39 -07:00
Sam Harwell ad4cecff5a remove trailing backslash
Co-Authored-By: ViceIce <michael.kriese@visualon.de>
2019-03-15 12:37:08 +01:00
Michael Kriese 59a4704ec7 fix: catch exception 2019-03-13 11:29:24 +01:00
Michael Kriese 7de1b531ae fix: package layout
closes #358
2019-03-12 11:58:14 +01:00
Oluwatoni Solarin-Sodara 062b907735 bump version numbers 2019-03-04 13:13:00 +01:00
Oluwatoni Solarin-Sodara dad7e2d168 remove coverlet.template project 2019-03-04 12:15:52 +01:00
Oluwatoni Solarin-Sodara b00d5a2569 rename CoverletSingleHit MSBuild option to SingleHit 2019-03-03 16:16:39 +01:00
Toni Solarin-Sodara 3d651aba62 re-add source element 2019-03-03 11:56:07 +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
Oluwatoni Solarin-Sodara cc0d9c2e14 move to netstandard2.0 2019-03-03 10:48:01 +01:00
Toni Solarin-Sodara f4aa25948d Merge pull request #299 from sharwell/cleaner-build
Improve build tasks packaging
2019-03-01 10:34:55 +01:00
Marco Rossignoli 19ac4f709c address PR feedback 2019-02-28 12:29:51 +01:00
Marco Rossignoli 69bed5a655 add [coverlet] prefix to logs 2019-02-28 12:22:52 +01:00
Marco Rossignoli 1ec4bed404 updates 2019-02-27 15:41:39 +01:00
Marco Rossignoli 11c15b59eb add some logs 2019-02-27 15:26:36 +01:00
Toni Solarin-Sodara f25833315c Merge pull request #341 from derhally/master
Added logging to Coverage to help with debugging
2019-02-27 14:17:21 +01:00
Zeid Derhally 5d0670eaf3 Missed change 2019-02-26 09:48:09 -05:00
Zeid Derhally 6e394971a9 Reverted file to original except logging of exception 2019-02-26 09:43:36 -05:00
Zeid Derhally cedbacb7ac Remove lines to keep original formatting 2019-02-26 09:36:37 -05:00
Zeid Derhally 3eecde03b0 White space removed 2019-02-26 09:32:09 -05:00
Zeid Derhally 80428fd7cb Use Console.WriteLine in CoverageResultTask 2019-02-26 09:21:49 -05:00
Marco Rossignoli cd2b5fa72f fix exception filter 2019-02-18 14:13:47 +01:00
Zeid Derhally ffef1ec51a Have CoverageResultTask use MSBuildLogger 2019-02-16 10:20:19 -05:00
Zeid Derhally 749c5be786 swap argument to msbuild log.Message 2019-02-16 05:30:58 -05:00
Zeid Derhally 37f44e3cdb Rename WriteLine to Log 2019-02-15 18:26:12 -05:00
Zeid Derhally 96e1f1d2a5 Use LogMessage instead of LogMessageFromText for Verbose messages 2019-02-15 15:56:16 -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 5cc169ecdd feedback 2019-02-15 14:56:39 -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 0aa1891d96 Merge remote-tracking branch 'tonerdo/master' into cleaner-build 2019-02-09 12:43:58 -06:00
Sam Harwell 51ea793000 Add a "single hit" collection mode
Fixes #306
2019-02-04 06:21:11 -06:00
Toni Solarin-Sodara 38a2104e89 Merge pull request #331 from MarcoRossignoli/fixopencoverreportbug
Fix opencover report numbers
2019-02-04 12:18:45 +01:00
Toni Solarin-Sodara b7f0be6c37 Merge pull request #318 from sharwell/cover-tests
Fix failure to cover test code
2019-02-04 11:42:46 +01:00
Marco Rossignoli 30c8588f9b fix opencover report bug 2019-01-30 22:19:58 +01:00
Sam Harwell 2bfcf18bf3 Use nameof to reference ModuleTrackerTemplate fields 2019-01-27 10:23:39 -06:00
Sam Harwell e3a5191111 Merge remote-tracking branch 'tonerdo/master' into cleaner-build 2019-01-27 09:57:04 -06:00
Viktor Hofer c71b7d8e6d Revert "Merge pull request #276 from petli/memory-mapped-hit-counts"
This reverts commit 0d285b187a, reversing
changes made to 15a4e62cf0.
2019-01-24 22:44:51 +01:00
Toni Solarin-Sodara 8e618c35ec Merge pull request #308 from sharwell/corelib-hits
Avoid unnecessary null checks in RecordHit
2019-01-24 14:55:18 +01:00
Sam Harwell c3bc94acac Convert Instrumenter.IsCoreLibrary to a field 2019-01-24 07:50:24 -06:00
Sam Harwell 5a2b3f45cf Update symbol files when modules are instrumented 2019-01-24 07:34:01 -06:00
Toni Solarin-Sodara a9c90c51fa Merge pull request #317 from sharwell/uspid
Fix incorrect reporting unique sequence point ID
2019-01-24 12:08:03 +01:00
Sam Harwell 645c904de0 Fix failure to cover test code
Filtering of test modules is a per-project policy applied during report
creation. It should not be assumed or applied as a default configuration.
2019-01-23 22:11:54 -06:00