Commit Graph

791 Commits

Author SHA1 Message Date
Marco Rossignoli 026c74a5bd Add some test for exclude filters with namespaces (#579)
Add some test for exclude filters with namespaces
2019-10-05 09:07:47 +02:00
daveMueller 0614f871bc Improve exception message for sdk versions that doesn't support collectors (#569)
Improve exception message for sdk version that doesn't support collectors
2019-09-30 17:03:37 +02:00
Marco Rossignoli 589e210e74 Update "mergewith" doc (#568)
Update "mergewith" doc
2019-09-26 10:12:42 +02:00
Marco Rossignoli 213b927ac7 Fix countdown event wait (#567)
Fix countdown event wait
2019-09-23 16:34:34 +02:00
Marco Rossignoli 82d76e1b36 Rethink SkipEmbeddedPpdbWithoutLocalSource and SkipPpdbWithoutLocalSource tests, are flaky on CI (#565)
Rethink SkipEmbeddedPpdbWithoutLocalSource and SkipPpdbWithoutLocalSource tests, are flaky on CI
2019-09-23 12:29:36 +02:00
Marco Rossignoli e251d23a39 Fix and simplify async coverage (#549)
Fix and simplify async coverage
2019-09-23 11:00:31 +02:00
Marco Rossignoli 8c7a8c527c Add log to tracker (#553)
Add log to tracker
2019-09-23 10:54:46 +02:00
Marco Rossignoli 458a01978c Improve in-proc collector logs (#552)
Improve in-proc collector logs
2019-09-23 10:40:21 +02:00
Marco Rossignoli cfcb1b31d6 Update release plan (#564)
Update release plan
2019-09-23 10:32:43 +02:00
Toni Solarin-Sodara 4ca01eb239 bump version numbers 2019-09-22 01:27:11 +01:00
Toni Solarin-Sodara f24b9d567c Run dotnet format (#561) 2019-09-22 00:50:02 +01:00
daveMueller 182766ebeb Complete IFileSystem injection (#550)
Complete IFileSystem injection
2019-09-21 10:17:17 +02:00
Marco Rossignoli 82a920864a Fix source file check for non portable pdb (#558)
Fix source file check for non portable pdb
2019-09-19 16:31:18 +02:00
Marco Rossignoli 2aa8ed683c Update guide for inproc collector (#535)
Update guide for inproc collector
2019-09-17 13:45:19 +02:00
Marco Rossignoli 903f61b6de Move log to verbose for automatic excluded instrumented libs (#548)
Move log to verbose for automatic excluded instrumented libs
2019-09-16 10:21:14 +02:00
Marco Rossignoli 41511a4392 Hide report generator strong name warning on build (#546)
Hide report generator strong name warning on build
2019-09-16 10:05:43 +02:00
Marco Rossignoli e6afce0be3 Fix nightly (#545)
Fix nightly
2019-09-16 09:22:03 +02:00
daveMueller 06ef9ad51e [Collectors]Output multiple formats (#533)
Allow multiple output format for collectors
2019-09-14 10:38:42 +02:00
Marco Rossignoli 19b9611304 Skip instrumentation for external pdb with no local sources (#538)
Skip instrumentation for external pdb with no local sources
2019-09-13 14:50:55 +02:00
Marco Rossignoli ce35f26f19 Updates guide for "Collectors integration" (#541)
Updates guide for "Collectors integration"
2019-09-12 15:05:03 +02:00
Marco Rossignoli 868e663db7 Add /p:MergeWith example on guide (#540)
add `/p:MergeWith` example.
2019-09-11 11:49:22 +02:00
Marco Rossignoli 1bb08bb518 Inject InstrumentationHelper (#531)
Inject InstrumentationHelper
2019-09-10 12:56:04 +02:00
Marco Rossignoli b4701d260b Update debug guide for local collector (#536)
Update debug docs
2019-09-09 12:02:43 +02:00
Marco Rossignoli afe227b39e Fix exclude by files (#524)
Fix exclude by files
2019-09-06 12:23:45 +02: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 15eeb98f5d Revert "Add [xunit*]* to default excluded modules filter if not specified" (#519) 2019-08-28 22:05:20 +03:00
Marco Rossignoli 70b3ef31da Update collector docs (#522)
update docs
2019-08-20 12:17:13 +02:00
Marco Rossignoli 428034d46a improve output (#517) 2019-08-15 11:03:09 +02:00
Marco Rossignoli 4e02ab0a27 Add ReportGenerator helper (#518)
* add report generator helper
2019-08-14 17:48:05 +02:00
Marco Rossignoli 0faaeea54e Skip instrumentation of module with embedded ppbd without local sources (#510)
* handle ppbd without local sources

* add test

* nit formatting

* check all docs existence

* update tests
2019-08-14 14:35:16 +01:00
Philipp 872e087e6a Fix missing quotation mark for test command (#505) 2019-08-12 14:06:12 +02:00
Marco Rossignoli 2f90bec763 Update guide (#515)
Updated guide that specify where install package.
2019-08-12 13:59:10 +02:00
Marco Rossignoli cca16685ed Improve instrumentation tests (#420)
Improve instrumentation tests
2019-08-09 20:00:50 +02:00
Marco Rossignoli da509492a0 Cleanup deprecated dotnet-xunit tool (#514)
Cleanup deprecated dotnet-xunit tool
2019-08-08 14:30:43 +02:00
daveMueller b970ab3df5 Using solution wide Directory.Build.targets (#512)
Using solution wide Directory.Build.targets to keep reference version in sync
2019-08-08 14:21:03 +02:00
Diego Pardo 83e93db6d8 [Bug fix] Put the same code that is in covelet.console to show the same result in 'average' (tonerdo#346) (#509)
Show correct average calculation using msbuild task
2019-08-03 09:30:08 +02:00
Marco Rossignoli 55c866f142 Upgrade Mono.Cecil to avoid re-order of attributes on re-write. (#508)
Upgrade Mono.Cecil to avoid re-order of attributes on re-write.
2019-07-31 12:45:24 +02:00
Marco Rossignoli 49ec4b9703 Add release plan (#450)
Add release plan
2019-07-27 10:59:20 +02:00
Diego Pardo 4d61d296e3 Changed to calculate based on the average coverage of the modules (#479)
* [Bug fix]Changed to calculate based on the average coverage of the modules. (#346)
2019-07-27 10:14:45 +02:00
dijitle 84d47a144c fixing TeamCity Service Messages (#493)
TeamCity uses B, not R, for branching. Also removed the percentage, as teamcity automatically calculates from covered and total
2019-07-25 18:31:06 +01:00
Marco Rossignoli ed9195d73b Merge pull request #498 from tonerdo/revert-415-FileExists
Revert "Using File.Exists for HitsFile creation/update validation"
2019-07-24 17:55:18 +02:00
Marco Rossignoli 320763daad Revert "Using File.Exists for HitsFile creation/update validation" 2019-07-24 17:39:33 +02:00
Marco Rossignoli e3d1a6c9df Merge pull request #495 from ViktorHofer/CoverletPropFix
Fix setter only property instrumentation
2019-07-23 08:36:22 +02:00
Viktor Hofer 13a917a774 Fix setter only property instrumentation 2019-07-22 23:46:50 +02:00
Marco Rossignoli 016c3630ca Merge pull request #481 from xuhongxu96/fix-cobertura
Fixed index out of range bug in CoberturaReporter when method name has two double-colons
2019-07-16 15:18:27 +02:00
Viktor Hofer a339983da4 Add a major roll-forward policy (#487) 2019-07-15 13:35:59 +01:00
Hongxu Xu f1f0c2e29b Add TestEnsureParseMethodStringCorrectly test case for CoberturaReporter. 2019-07-13 17:11:12 +08: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
Hongxu Xu 82baa5d170 Fixed index out of range bug in CoberturaReporter 2019-07-02 23:39:44 +08:00