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
Toni Solarin-Sodara
331b387dc6
Merge pull request #330 from sharwell/rm-platforms
...
Remove unused solution platforms
2019-02-09 16:49:55 +01:00
Toni Solarin-Sodara
eccafe103c
Merge pull request #337 from jmarinaro/fix-readme-teamcity-keys
...
Fix README to match teamcity keys
2019-02-07 12:02:28 +01:00
Toni Solarin-Sodara
c43fd24bdf
Merge pull request #309 from sharwell/single-hit
...
Single hit
2019-02-07 12:01:17 +01:00
gnemi
107501e927
Fix README to match teamcity keys
2019-02-06 14:08:34 -07: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
5265568026
Remove unused solution platforms
2019-01-30 08:47:26 -06:00
Toni Solarin-Sodara
4404282716
Merge pull request #327 from sharwell/use-nameof
...
Use nameof in a few appropriate places
2019-01-27 21:31:07 +01:00
Sam Harwell
2bfcf18bf3
Use nameof to reference ModuleTrackerTemplate fields
2019-01-27 10:23:39 -06:00
Sam Harwell
f4046bbebe
Use nameof in CecilSymbolHelperTests
2019-01-27 10:20:50 -06:00
Toni Solarin-Sodara
c2ba965a74
Merge pull request #322 from ViktorHofer/RevertMMF
...
Revert "Merge pull request #276 from petli/memory-mapped-hit-counts"
2019-01-27 09:24:53 +01:00
Toni Solarin-Sodara
e620b7ee6d
Merge pull request #326 from LordMike/patch-1
...
Expand MergeWith documentation
2019-01-27 09:24:01 +01:00
Toni Solarin-Sodara
65feb6a56d
Be more explicit on filename
...
Co-Authored-By: LordMike <michael@mbwarez.dk >
2019-01-25 14:39:56 +01:00
Michael Bisbjerg
dc3144a64e
Casing
2019-01-25 13:00:37 +01:00
Michael Bisbjerg
e8348f0c46
Expand MergeWith documentation
...
Fixes #325
2019-01-25 13:00:13 +01: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
Sam Harwell
73a0fbf553
Document exclusion of HasSimpleTaskWithLambda
2019-01-24 10:42:58 -06: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
265e411943
Fix tests to account for possibility of instrumentation
2019-01-24 07:34:26 -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
Toni Solarin-Sodara
7f43e0bb1b
Merge pull request #303 from sharwell/strong-name
...
Fix strong name validation failures
2019-01-24 11:44:35 +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
Sam Harwell
0e2b65339c
Fix incorrect reporting unique sequence point ID
2019-01-23 17:39:53 -06:00
Sam Harwell
d2f15d49ed
Initialize IsCoreLibrary in the constructor
2019-01-17 18:29:34 -06:00
Sam Harwell
9dcc8dc6d7
Avoid unnecessary null checks in RecordHit
...
Fixes #305
2019-01-17 16:12:27 -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
Sam Harwell
297dfc1d91
Fix strong name validation failure in coverlet.template
2019-01-17 10:16:06 -06:00
Oluwatoni Solarin-Sodara
235c05d5d7
switch to previous default state
2019-01-17 12:30:43 +01:00
Oluwatoni Solarin-Sodara
abe8417ebf
try align attribute on p tag
2019-01-17 12:29:56 +01:00
Oluwatoni Solarin-Sodara
6b8d33d8cd
switch to p tag
2019-01-17 12:29:09 +01:00
Oluwatoni Solarin-Sodara
27c8834c5d
add logo to README.md
2019-01-17 12:28:28 +01:00
Toni Solarin-Sodara
0bc1589a6a
Merge pull request #265 from obtuse-whoosh/patch-1
...
Added NuGet badge to README
2019-01-17 12:11:10 +01:00
Oluwatoni Solarin-Sodara
07892d50ce
update logos
2019-01-17 12:10:41 +01:00
Oluwatoni Solarin-Sodara
afec14d25f
update coverlet icon
2019-01-17 11:42:37 +01:00
Oluwatoni Solarin-Sodara
a0f343f652
update README.md, remove Roadmap section
2019-01-17 11:36:46 +01:00
Oluwatoni Solarin-Sodara
5c1ea92d7c
add separate contribution guide document
2019-01-17 11:36:16 +01:00
Oluwatoni Solarin-Sodara
b99bc4a6b9
update NuGet package icon url to coverlet logo
2019-01-17 10:56:51 +01:00
Oluwatoni Solarin-Sodara
394367dc01
add image assets
2019-01-17 10:50:18 +01:00
Oluwatoni Solarin-Sodara
4de4abac84
bump version numbers
2019-01-17 10:43:23 +01:00