Commit Graph

29 Commits

Author SHA1 Message Date
Marco Rossignoli 5cb26b13e9 Fix switch pattern (#1006)
Fix switch pattern
2020-12-12 17:43:48 +01:00
Alex Thornton c77b85cb39 Coverage for awaiting ValueTasks (#949)
Coverage for awaiting ValueTasks
2020-10-03 14:23:04 +02:00
kevin-montrose 5ec636bb16 Exclude code that follows [DoesNotReturn] from code coverage (#904)
Exclude code that follows [DoesNotReturn] from code coverage
2020-09-05 11:21:21 +02:00
Marco Rossignoli fdd2930df6 Add skipautoprops feature (#912)
Add skipautoprops feature
2020-08-03 19:38:59 +02:00
Marco Rossignoli 7385f59e17 Fix anonymous delegate compiler generate bug (#896)
Fix anonymous delegate compiler generate bug
2020-07-11 21:24:58 +02:00
Christopher-Marcel Böddecker f76078771d Fix attribute exclusion 2020-06-26 08:49:58 +02:00
Marco Rossignoli d70cb64b36 Fix skip [ExcludefromCoverage] for generated async state machine (#849)
Fix skip [ExcludefromCoverage] for generated async state machine
2020-05-18 08:43:01 +02:00
bert2 3264ad3ac3 Skip branches in generated MoveNext() for singleton iterators (#813)
Skip branches in generated `MoveNext()` for singleton iterators
2020-05-10 18:07:24 +02:00
matteoerigozzi 528956bc11 Hide compiler generated branches for try/catch blocks inside async state machine (#716)
Hide compiler generated branches for try/catch blocks inside async state machine
2020-03-22 12:23:17 +01:00
Marco Rossignoli 39e9b1036a Skip lambda cached field (#753)
Skip lambda cached field
2020-03-10 09:12:06 +01:00
Marco Rossignoli cdab6e6b00 Improve coverage of async/await state machine (#698)
Improve coverage of async/await state machineImprove coverage of async/await state machine
2020-01-22 10:50:05 +01:00
Marco Rossignoli ff879e820b Check nested types for exclude filter (#694)
Check nested types for exclude filter
2020-01-20 15:13:48 +01:00
matteoerigozzi 767dfb13ab Avoid to instrument compiler generated code when generated from excluded methods (#671)
Avoid to instrument compiler generated code when generated from excluded methods
2020-01-14 16:59:43 +01:00
Marco Rossignoli adb8ef12e5 Fix ConfigureAwait state machine generated branches (#634)
Fix ConfigureAwait state machine generated branches
2019-12-03 22:21:57 +01:00
Marco Rossignoli f3cce5ded8 Improve lambda scenario coverage (#583)
Improve lambda scenario coverage
2019-10-09 09:40:04 +02:00
Marco Rossignoli e251d23a39 Fix and simplify async coverage (#549)
Fix and simplify async coverage
2019-09-23 11:00:31 +02:00
Toni Solarin-Sodara f24b9d567c Run dotnet format (#561) 2019-09-22 00:50:02 +01:00
daveMueller 75520ddc5f Improve instrumentation tests (#527)
Improve instrumentation tests
2019-09-04 16:19:06 +02:00
Marco Rossignoli a167c391d7 Add switch test (#526)
Add switch test
2019-09-04 11:37:42 +02:00
Marco Rossignoli cca16685ed Improve instrumentation tests (#420)
Improve instrumentation tests
2019-08-09 20:00:50 +02:00
Adam Weiss ec04c7d82f Fix property attribute detection (#477)
* Fix property customattribute detection

* chore(style): Remove brackets from one line if

* chore(style): Use explicit type
2019-07-03 20:49:49 +01:00
Oluwatoni Solarin-Sodara 13c069cde0 format cs files 2019-03-03 11:07:07 +01:00
Marco Rossignoli cd2b5fa72f fix exception filter 2019-02-18 14:13:47 +01:00
Sam Harwell 73a0fbf553 Document exclusion of HasSimpleTaskWithLambda 2019-01-24 10:42:58 -06:00
Sam Harwell 265e411943 Fix tests to account for possibility of instrumentation 2019-01-24 07:34:26 -06:00
Weiss, Adam 63ba5637f9 feat: Add first pass at ExcludeAttributes option (#232) 2018-11-05 12:09:18 -05:00
Toni Solarin-Sodara 807f7b1bd5 move CoverageTracker class to separate assembly 2018-06-24 13:09:14 +01:00
Zeid Derhally 2a2f75afba Add support of ExcludeFromCodeCoverage attribute 2018-06-04 08:43:03 -04:00
Jason Hunter 89791e6425 add better branch support, change coverage calculation to be on actual points instead of averages 2018-05-01 21:25:06 -04:00