Commit Graph

37 Commits

Author SHA1 Message Date
Cédric Luthi 46b4125273 Add CoverletReport MSBuild item in the CoverageResultTask MSBuild task (#932)
So that the coverlet reports can be easily used by other MSBuild tasks. For example, using [ReportGenerator](https://github.com/danielpalme/ReportGenerator#usage--command-line-parameters) to generate an html coverage report.

```xml
<Target Name="GenerateHtmlCoverageReport" AfterTargets="GenerateCoverageResultAfterTest">
  <ReportGenerator ReportFiles="@(CoverletReport)" TargetDirectory="../html-coverage-report" />
</Target>
```
2020-10-06 01:37:52 +01:00
Toni Solarin-Sodara b9ebbc6541 Rename Abstracts namespace to Abstractions (#831)
Rename Abstracts namespace to Abstractions
2020-05-02 20:19:47 +02:00
dannyBies 0393563d64 Fix for code complexity not being generated for methods for cobertura reporter (#798)
Fix for code complexity not being generated for methods for cobertura reporter
2020-04-09 10:17:37 +02:00
Marco Rossignoli 471b8476d6 Fix cobertura reporter bug (#801)
Fix cobertura reporter bug
2020-04-08 22:37:28 +02:00
Costin Zaharia ec180b2b66 Add support for line branch coverage for OpenCover (#772)
Fixes #769
2020-03-22 10:29:03 +01:00
Marco Rossignoli 0f031e29c2 Fix back-compat issue with old file report naming (#668)
Fix back-compat issue with old file report naming
2019-12-23 11:34:28 +01:00
daveMueller 8f9d7059a5 Improve cobertura absolute/relative path report generation (#661)
Improve cobertura absolute/relative path report generation
2019-12-21 09:16:05 +01:00
daveMueller 57ec8d39a8 Fix cobertura Jenkins reporter + source link support (#614)
Fix cobertura Jenkins reporter  + source link support
2019-12-08 17:08:40 +01:00
Marco Rossignoli fa2b4c6ac9 Generate multiple reports if project has multiple target frameworks (#636)
Generate multiple reports if project has multiple target frameworks
2019-12-07 21:23:59 +01: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
Hongxu Xu f1f0c2e29b Add TestEnsureParseMethodStringCorrectly test case for CoberturaReporter. 2019-07-13 17:11:12 +08: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
Vishnu Kumar 9586b91e6c Modifying Percent property in coverage details to return rounded down percentage value with max two decimal precision. 2019-05-06 20:40:48 +05:30
Vishnu Kumar 2bc7f0a260 Coverage percentage output value is rounded down with max two decimal precision. 2019-05-04 23:46:02 +05:30
Oluwatoni Solarin-Sodara 13c069cde0 format cs files 2019-03-03 11:07:07 +01:00
Marco Rossignoli 30c8588f9b fix opencover report bug 2019-01-30 22:19:58 +01:00
Toni Solarin-Sodara eac4cfc265 some code cleanup 2018-12-20 11:46:33 +01:00
Kjetil Klaussen 6949a02e17 #254 Fix TeamCity reporter for decimal values when running under i18n settings with comma instead of period as decimal separator.
TeamCity will error out if the output value is not using period as decimal separato, so this fix will make sure to always use period as decimal separator when reporting to TeamCity
2018-12-01 00:11:19 +01:00
jzytnyk-korewireless aacac0536a 243 - Swapping percentage with total lines for proper TeamCity statistics 2018-11-19 14:16:39 -06:00
Justin Robb fbd01adb89 Merging TeamCityServiceMessageWriter with TeamCityReporter 2018-11-13 10:43:40 -08: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
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
Oluwatoni Solarin-Sodara 819b8a1a1e include function and branch coverage info lcov output 2018-04-22 17:50:46 +01:00
Oluwatoni Solarin-Sodara 48adc51a7a fix lcov reporter output 2018-04-17 10:03:49 +01:00
Toni Solarin-Sodara 84ae051b0e restructure tests concerning coverage result output 2018-04-14 17:04:23 +01:00
Toni Solarin-Sodara 1c833faa42 add tests for Cobertura reporter 2018-04-13 01:01:40 +01:00
Toni Solarin-Sodara 142d24835e add tests for ReporterFactory class 2018-04-13 00:54:09 +01:00
Toni Solarin-Sodara fcead9ef78 rename IReporter Format method to Report 2018-04-13 00:17:02 +01:00
Oluwatoni Solarin-Sodara cb49ff8d54 add branch point information to json format 2018-04-08 10:50:38 +01:00
Corin Blaikie 9ebf6ec2ae fix open cover reporter so that it uses unique ids over multiple modules 2018-03-27 15:09:53 +01:00
Oluwatoni Solarin-Sodara 311c599dc2 add tests for open cover reporter 2018-03-18 22:37:08 +01:00
Oluwatoni Solarin-Sodara 791660b832 update tests to match changes in result structure 2018-03-18 02:17:04 +01:00
Oluwatoni Solarin-Sodara 2787431d76 update LcovReporter and JsonReporter tests 2018-03-07 18:28:00 +01:00
Oluwatoni Solarin-Sodara a7b393922c rename Data class to Modules 2018-03-07 18:00:45 +01:00
Toni Solarin-Sodara 2e017fa66e add tests for LcovReporter class 2018-02-11 00:38:46 +01:00
Toni Solarin-Sodara eaa19cfcef add tests for JsonReporter class 2018-02-11 00:36:41 +01:00