Commit Graph

765 Commits

Author SHA1 Message Date
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
Marco Rossignoli e159335949 Add "Consume nightly build" docs (#454)
* add nightly build docs

* fix images
2019-06-30 17:07:14 +01:00
Vishnu Kumar 1c81b5b092 Adding exit codes information to global tool documentation (#478) 2019-06-30 17:03:24 +01:00
Vishnu Kumar 8cb31cb6b8 Different exit codes to indicate particular failures (#412)
* Different exit codes for coverlet process to indicate particular error if any.

* ExitCodes in a separate file and using [Flags] attribute on Enum.

* Adding up the enum flag values for exit code aggregation always after initial assignment.

Co-Authored-By: Marco Rossignoli <marco.rossignoli@gmail.com>

* Fix formating - empty space
2019-06-30 17:03:07 +01:00
Andrew Arnott 53a3242437 Index sources into PDBs (#442)
Use SourceLink so that debugging into sources is easy.
Also rely on thet .NET SDK to set the RepositoryUrl property.
2019-06-27 10:37:34 +01:00
Andrew Arnott d5d0a0b59c Add nuget.config file (#446)
Every repo should have this to turn OFF any unauthorized feeds that may be configured machine wide, and to ensure that any custom feeds required are recorded in source control for everyone.
2019-06-21 22:13:42 -07:00
Marco Rossignoli f14ee2b7fb [Bug fix]Fix culture for cobertura xml report (#464)
* fix cobertura report culture

* improve test

* improve test

* update test
2019-06-17 13:41:25 -06:00
Toni Solarin-Sodara 7bd804d732 Merge pull request #458 from MarcoRossignoli/fixjsonserializerbug
[Bug fix]Fix instrumentation serialization bug
2019-06-17 13:40:29 -06:00
Toni Solarin-Sodara 2bbe53f6e0 Merge pull request #443 from AArnott/BinOverBuild
Build to bin\<config>\Packages instead of build\
2019-06-16 19:30:16 -06:00
Toni Solarin-Sodara cc60b0dba7 Merge pull request #445 from AArnott/fix416
Replace AppVeyor badge with Azure Pipelines
2019-06-15 14:04:17 -07:00
Toni Solarin-Sodara 82a22afb5e Merge pull request #467 from MarcoRossignoli/updatedocs
Update requirements on docs
2019-06-15 00:56:57 -07:00
Andrew Arnott f2834b57e2 Merge remote-tracking branch 'upstream/master' into fix416 2019-06-12 06:58:25 -06:00
Andrew Arnott 9f1cea850d Merge remote-tracking branch 'upstream/master' into BinOverBuild 2019-06-12 06:54:11 -06:00
Marco Rossignoli fcde45b20e update docs 2019-06-12 10:07:54 +02:00
Marco Rossignoli 66a0119867 Merge pull request #460 from MarcoRossignoli/updatedocs
Update VSTest integration requirements
2019-06-10 20:56:57 +02:00
Marco Rossignoli 4e2c357805 Merge pull request #462 from MarcoRossignoli/defaultexcludedfiles
Add `[xunit*]*` to default excluded modules filter if not specified
2019-06-10 20:56:24 +02:00
Marco Rossignoli a01a5cb9b4 udpate test 2019-06-10 17:24:18 +02:00
Marco Rossignoli 773a23cf7e exclude xunit if empty exclude filters 2019-06-10 17:21:29 +02:00
Marco Rossignoli 34e6f03ccf update docs 2019-06-10 13:20:15 +02:00
Marco Rossignoli 6ee2d9bc0c fix serialization bug 2019-06-07 21:43:20 +02:00
Marco Rossignoli 0f85b3ce80 Merge pull request #455 from MarcoRossignoli/removepatch
Let nbgv bump PATCH for nightly
2019-06-07 09:16:07 +02:00
Marco Rossignoli 9aad14a1ac let nbgv bump PATCH 2019-06-07 08:50:29 +02:00
Marco Rossignoli 24d5acafc6 Merge pull request #453 from MarcoRossignoli/upgradenewtosoft
Update newtosoft reference
2019-06-06 23:57:44 +02:00
Marco Rossignoli a470b76812 update newtosoft 2019-06-06 20:11:55 +02:00
Toni Solarin-Sodara bc04688310 Merge pull request #422 from tonerdo/update-docs
Update Documentation
2019-06-06 12:42:18 +01:00
Toni Solarin-Sodara 3e7eac9df0 bump version numbers 2019-06-06 11:51:54 +01:00
Toni Solarin-Sodara 21c51e6568 add info about sdk version 2019-06-03 12:43:54 +01:00