Commit Graph

284 Commits

Author SHA1 Message Date
Toni Solarin-Sodara 70c742fb3b Merge pull request #137 from Romanx/patch-1
Update README.md
2018-07-02 09:38:42 +01:00
Alex McAuliffe 6bf805d2ab Update README.md
Add Cake.Coverlet addin to the bottom of usage section
2018-07-01 14:56:42 +01:00
Oluwatoni Solarin-Sodara 017b3d9a40 remove exe coverable test 2018-06-30 15:52:10 +01:00
Toni Solarin-Sodara 5217033c74 Merge pull request #128 from MarcoRossignoli/exeext
Add exe modules to coverage
2018-06-27 09:43:50 +01:00
Marco Rossignoli 271a1e64f8 address PR feedback 2018-06-27 09:32:34 +02:00
Toni Solarin-Sodara 85df12655e sign coverlet msbuild tasks assembly 2018-06-24 13:38:28 +01:00
Toni Solarin-Sodara ab3e5961c8 sign coverlet tracker assembly 2018-06-24 13:34:40 +01:00
Toni Solarin-Sodara 807f7b1bd5 move CoverageTracker class to separate assembly 2018-06-24 13:09:14 +01:00
Toni Solarin-Sodara cf9fb2bac4 Merge pull request #131 from tonerdo/coverage-format-change
Coverage format update
2018-06-23 20:49:46 +01:00
Oluwatoni Solarin-Sodara 4f220f597c update the branch coverage information 2018-06-23 20:24:46 +01:00
Oluwatoni Solarin-Sodara 554f054357 update the line coverage information 2018-06-23 15:05:02 +01:00
Marco Rossignoli c5a3f7726b add exe extensions 2018-06-22 10:42:52 +02:00
Toni Solarin-Sodara 3d86243d27 Merge pull request #124 from tonerdo/appveyor-linux-build
Appveyor linux build
2018-06-20 00:28:39 +01:00
Toni Solarin-Sodara 80f44725b2 remove travis support 2018-06-20 00:15:08 +01:00
Toni Solarin-Sodara d2e579da3e use powershell in build_script section in appveyor config 2018-06-20 00:07:36 +01:00
Toni Solarin-Sodara 627dbe129e add ubuntu linux image to Appveyor build matrix 2018-06-19 23:56:29 +01:00
Oluwatoni Solarin-Sodara b1edbac463 update README.md 2018-06-12 08:20:45 +00:00
Oluwatoni Solarin-Sodara 555bf1cf8a bump version numbers 2018-06-12 08:06:46 +00:00
Toni Solarin-Sodara e36d61b69f Merge pull request #116 from tonerdo/sign-assembly
Sign coverlet core and test assemblies
2018-06-12 11:51:21 +04:00
Toni Solarin-Sodara c19a5c086b sign coverlet core and test assemblies 2018-06-11 06:01:14 +04:00
Oluwatoni Solarin-Sodara 7f190e4d79 update extension for cobetura and opencover extensions
Fixes #111
2018-06-10 08:53:27 +01:00
Toni Solarin-Sodara d40b2d4f35 Merge pull request #104 from StephenMP/issue-29-95
Issues #29 & #95
2018-06-09 08:06:08 +01:00
Toni Solarin-Sodara 62529a40dd Merge pull request #112 from derhally/master
Add support of ExcludeFromCodeCoverage attribute
2018-06-05 22:08:38 +01:00
Zeid Derhally c1916a9a91 Made list of attribute names local variable 2018-06-05 14:38:09 -04:00
Zeid Derhally 15dfa17f80 Put list of attribute names in array 2018-06-05 10:43:00 -04:00
Zeid Derhally 2a2f75afba Add support of ExcludeFromCodeCoverage attribute 2018-06-04 08:43:03 -04:00
Toni Solarin-Sodara 97e6f3e473 Merge pull request #108 from tonerdo/exclude-compiler-generated
Exclude compiler generated code
2018-05-27 02:28:45 +01:00
Oluwatoni Solarin-Sodara e7e407c0db exclude local methods in excluded methods 2018-05-26 22:43:09 +01:00
StephenMP 6dccea38de Benign whitespace change, let's see if it fixes whatever codecov's issue is by running again 2018-05-23 11:47:01 -06:00
StephenMP 23a780327f Revert solution changes 2018-05-20 14:55:49 -06:00
StephenMP 814a89755b Issues #29 & #95 : Displays the average coverage % for all coverage types 2018-05-20 14:52:28 -06:00
Oluwatoni Solarin-Sodara d6ea4674ed ensure autogenerated delegate types are also excluded 2018-05-20 18:16:43 +01:00
Toni Solarin-Sodara 883d1f7b1f Merge pull request #102 from MaartenX/nunit3-domainunload
Added DomainUnloaded event.
2018-05-18 23:32:48 +01:00
Maarten van Sambeek 63e5f07a69 Added DomainUnloaded event.
When using the NUnit3 test adapter, the process doesn't exit, the app domain is simply unloaded. This means that the  ProcessExit event is never raised. The DomainUnload event is called always. To make sure we don't add double hits, we clear the _markers collection after writing (in case the event handler is triggered twice).
2018-05-18 18:04:46 +02:00
Toni Solarin-Sodara 212b1f4c38 Merge pull request #100 from coenm/bugfix/cant-parse-properties-with-commas
Update readme with fix
2018-05-17 23:41:55 +01:00
Coen Munckhof a2448158ac Update Readme how to use multiple filter expressions. 2018-05-17 23:03:16 +02:00
Oluwatoni Solarin-Sodara e97bfb395a bump version numbers 2018-05-17 11:05:01 +01:00
Oluwatoni Solarin-Sodara e589b2d97e change Threshold implementation and update documentation 2018-05-17 11:02:59 +01:00
Toni Solarin-Sodara caaee9dc1f Merge pull request #98 from coenm/bugfix/spaces-in-path
Bugfix/spaces in path
2018-05-16 13:02:25 +01:00
Toni Solarin-Sodara a6046c42fa Merge pull request #99 from coenm/bugfix/MultipleExcludeFiltersOnlyRespectLastFilterExpression
Bug: Only last filter expression is respected
2018-05-16 11:35:14 +01:00
Coen Munckhof 9346a42f6f typo 2018-05-15 22:09:58 +02:00
Coen Munckhof 0f5e184d4a Fix usage of question mark. Not sure if this is what was intended but seemed logical. 2018-05-15 22:07:48 +02:00
Coen Munckhof 45eba432ba Fix IsModuleExcluded and IsTypeExcluded methods to immediately return true if a filter matches the input. 2018-05-15 21:54:29 +02:00
Coen Munckhof 5835a6e8d6 First add a number of test (including some failing) to describe expected behavior. 2018-05-15 21:49:55 +02:00
Coen Munckhof cab6e7047d Merge branch 'master' into bugfix/spaces-in-path 2018-05-15 21:17:32 +02:00
Coen Munckhof bdb1c5aec6 Fix "MSBUILD : error MSB1008 Only one project can be specified" when running 'dotnet msbuild build.proj' when the coverlet repository is cloned in a directory containing spaces. 2018-05-15 21:14:04 +02:00
Oluwatoni Solarin-Sodara 0b42b0350f improve performance of filter expression validation 2018-05-15 10:53:15 +01:00
Toni Solarin-Sodara 928f05dba3 Merge pull request #94 from tonerdo/filter-assemblies
Add ability to exclude assemblies by expression
2018-05-14 09:38:56 +01:00
Oluwatoni Solarin-Sodara 371112c218 update README.md, add filter documentation 2018-05-13 20:01:42 +01:00
Oluwatoni Solarin-Sodara 9ed086489e change Filter property to Exclude 2018-05-13 18:50:31 +01:00