Commit Graph

19 Commits

Author SHA1 Message Date
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 cca16685ed Improve instrumentation tests (#420)
Improve instrumentation tests
2019-08-09 20:00:50 +02:00
Vagisha Nidhi c2d30e0848 Review comments addressed 2019-05-16 15:02:32 +05:30
Vagisha Nidhi 59c5af61e8 Coverlet DataCollectors Implementation 2019-05-15 14:06:21 +05:30
Sam Harwell d24ef0ef2c Remove coverlet.template.csproj from solution 2019-03-08 10:37:05 -06:00
Sam Harwell 5265568026 Remove unused solution platforms 2019-01-30 08:47:26 -06:00
Peter Liljenberg 2e7d7516aa Merge branch 'main-master' into memory-mapped-hit-counts
# Conflicts:
#	coverlet.sln
2019-01-15 14:49:55 +01:00
Glenn Watson cd2ec73ad7 Make the project function with .Net Framework classes again 2019-01-08 01:49:29 -08:00
Peter Liljenberg 4bc572c557 Writing hit counts to a shared memory mapped area instead of to a file.
This might speed up UnloadModule enough that it will reliably execute within the
short time that ProcessUnload allows it, even on CI servers with load.

This is heavily based on work done by @Cyberboss, that unfortunately
showed that  memory mapped files were to slow to use directly in RecordHit.
2018-12-21 17:42:14 +01:00
Paulo Janotti 58b89a56d7 Good perf test for 20_000 2018-08-22 14:46:52 -07:00
Peter Liljenberg b3c080ca36 Add coverlet performance unit test. 2018-06-26 16:46:57 +02: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
Oluwatoni Solarin-Sodara a17070eeb9 add coverlet console runner project 2018-03-08 23:09:46 +01:00
Toni Solarin-Sodara 5f84809839 add unit test project 2018-02-09 22:12:39 +01:00
Oluwatoni Solarin-Sodara 60630350b3 remove reference to deleted coverlet.collector project from solution file 2018-02-06 23:30:23 +01:00
Oluwatoni Solarin-Sodara 1f012435d0 add coverlet msbuild tasks project 2018-02-03 09:57:38 +01:00
Oluwatoni Solarin-Sodara 7f589db3c1 add coverlet data collector project 2018-01-31 23:58:15 +01:00
Oluwatoni Solarin-Sodara 45f3828cc7 add initial project structure 2018-01-31 18:07:50 +01:00