Simon Potter
|
2b4f9e415b
|
Ensure disposables are wrapped in using statements.
Avoids locking on file handles.
|
2018-04-26 16:37:13 -04:00 |
|
Toni Solarin-Sodara
|
f0ed61dc73
|
Merge pull request #61 from automotiveMastermind/set-coverlet-output
feat(msbuild): allow customized output name
|
2018-04-23 22:50:05 +01:00 |
|
Oluwatoni Solarin-Sodara
|
819b8a1a1e
|
include function and branch coverage info lcov output
|
2018-04-22 17:50:46 +01:00 |
|
Deavon M. McCaffery
|
a515d68015
|
fix typo -- O.o
|
2018-04-21 20:35:41 -07:00 |
|
Deavon M. McCaffery
|
3a1526f1f9
|
feat(msbuild): allow customized output name
|
2018-04-21 19:53:29 -07:00 |
|
Daniel Gut
|
c39f550ed3
|
memory optimization for file reading
|
2018-04-20 15:03:23 +02:00 |
|
Toni Solarin-Sodara
|
7c73d36ea1
|
bump version number
|
2018-04-17 23:39:33 +01:00 |
|
Toni Solarin-Sodara
|
ec3db76e1c
|
make threshold failure more obvious
|
2018-04-17 23:27:35 +01:00 |
|
Toni Solarin-Sodara
|
fb5f20fc57
|
fix cobertura report generator output
|
2018-04-17 23:04:15 +01:00 |
|
Toni Solarin-Sodara
|
e2f8ebe426
|
fix opencover reportgenerator error
|
2018-04-17 14:13:32 +01:00 |
|
Oluwatoni Solarin-Sodara
|
b0adf7728b
|
fix encoding of cobertura output
|
2018-04-17 12:20:12 +01:00 |
|
Oluwatoni Solarin-Sodara
|
67dcff9c66
|
remove invalid characters from opencover output
|
2018-04-17 12:19:26 +01:00 |
|
Oluwatoni Solarin-Sodara
|
0f8741e9d5
|
remove need for overriding StringWriter class
|
2018-04-17 11:29:10 +01:00 |
|
Oluwatoni Solarin-Sodara
|
48adc51a7a
|
fix lcov reporter output
|
2018-04-17 10:03:49 +01:00 |
|
Oluwatoni Solarin-Sodara
|
5609d7f0c0
|
bump version numbers
|
2018-04-16 14:11:28 +01:00 |
|
Toni Solarin-Sodara
|
75bc655a86
|
retry reading from hits file
|
2018-04-15 09:16:43 +01:00 |
|
Toni Solarin-Sodara
|
fafb19b7f3
|
add line and branch coverage info to opencover report
|
2018-04-14 22:59:44 +01:00 |
|
Toni Solarin-Sodara
|
a938410995
|
add timestamp to cobertura output
|
2018-04-14 22:29:41 +01:00 |
|
Toni Solarin-Sodara
|
1fe7119faf
|
add line and branch coverage info to cobertura report
|
2018-04-14 22:05:14 +01:00 |
|
Toni Solarin-Sodara
|
4ce1b4e25f
|
update signatures of calculate coverage methods
|
2018-04-14 21:57:06 +01:00 |
|
Toni Solarin-Sodara
|
1194f2863f
|
test delete hits file helper method
|
2018-04-14 17:02:10 +01:00 |
|
Toni Solarin-Sodara
|
d2863781f9
|
fix branch coverage calculation
|
2018-04-14 16:51:45 +01:00 |
|
Toni Solarin-Sodara
|
79de1ef81d
|
remove unneeded CoverageSummaryResult class
|
2018-04-14 16:16:53 +01:00 |
|
Toni Solarin-Sodara
|
e4bd696f1d
|
remove unneeded constructor and field
|
2018-04-14 13:49:56 +01:00 |
|
Toni Solarin-Sodara
|
948c515fb5
|
round coverages to 3 decimal places
|
2018-04-14 13:39:27 +01:00 |
|
Toni Solarin-Sodara
|
f8ec029602
|
add coverage calculators to CoverageSummary class
|
2018-04-14 13:06:53 +01:00 |
|
Toni Solarin-Sodara
|
031586101b
|
restructure coverage reporting classes
|
2018-04-13 00:47:37 +01:00 |
|
Toni Solarin-Sodara
|
fcead9ef78
|
rename IReporter Format method to Report
|
2018-04-13 00:17:02 +01:00 |
|
Toni Solarin-Sodara
|
bc825a4596
|
add preliminary support for cobertura output format
|
2018-04-13 00:06:17 +01:00 |
|
Toni Solarin-Sodara
|
8e9c8c49d0
|
Merge pull request #35 from finbourne/feature/retry
Adds retry functionality to copy back the original assembly.
|
2018-04-10 15:26:52 +01:00 |
|
Paul Saunders
|
3705376865
|
Moves retries into InstrumentationHelper.
|
2018-04-10 15:00:53 +01:00 |
|
Oluwatoni Solarin-Sodara
|
4126086c9a
|
add functionality to fail build if coverage is below a certain threshold
|
2018-04-09 22:58:50 +01:00 |
|
Paul Saunders
|
a1ce6fbd07
|
Adds retry to file delete.
|
2018-04-09 15:57:15 +01:00 |
|
Paul Saunders
|
590cbc3bba
|
Adds retry functionality to copy back the original assembly.
|
2018-04-09 12:14:52 +01:00 |
|
Oluwatoni Solarin-Sodara
|
65a374eb03
|
add branch point info to opencover output format
|
2018-04-08 11:49:47 +01:00 |
|
Oluwatoni Solarin-Sodara
|
73db2f64e9
|
fix visit count attribute in SequencePoint opencover xml tag
|
2018-04-08 11:19:22 +01:00 |
|
Oluwatoni Solarin-Sodara
|
cb49ff8d54
|
add branch point information to json format
|
2018-04-08 10:50:38 +01:00 |
|
Oluwatoni Solarin-Sodara
|
4a63adf5ee
|
include branch info in hits file and instrumenter result
|
2018-04-08 10:04:37 +01:00 |
|
Oluwatoni Solarin-Sodara
|
568c5dc92d
|
periodically write to hits count file
|
2018-04-06 10:19:30 +01:00 |
|
Toni Solarin-Sodara
|
dedede710b
|
Merge pull request #23 from finbourne/fix/assembly-resolution
Fixes assembly resolution so it scans the module directory as well.
|
2018-04-03 16:33:43 +01:00 |
|
Paul Saunders
|
8befd301ee
|
Fixes assembly resolution so it scans the module directory as well.
|
2018-04-03 13:54:43 +01:00 |
|
Oluwatoni Solarin-Sodara
|
994e62733f
|
bump version numbers
|
2018-04-02 13:24:24 +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 |
|
jeankedotcom
|
f484e524c4
|
Check for totalLines to be 0 in CoverageSummary.
|
2018-03-26 15:01:44 +02:00 |
|
Oluwatoni Solarin-Sodara
|
38cc61e592
|
update version numbers
|
2018-03-26 10:25:45 +01:00 |
|
Oluwatoni Solarin-Sodara
|
ec45c549d4
|
switch to stable mono.cecil version
|
2018-03-25 20:47:32 +01:00 |
|
Oluwatoni Solarin-Sodara
|
252d9b0080
|
cleanup hits file
|
2018-03-25 00:32:05 +01:00 |
|
Oluwatoni Solarin-Sodara
|
295a80a1d5
|
remove total module coverage from summary
|
2018-03-24 23:51:22 +01:00 |
|
Oluwatoni Solarin-Sodara
|
c055f95f30
|
make MarkExecuted method thread safe
|
2018-03-24 23:47:09 +01:00 |
|
Toni Solarin-Sodara
|
2844fe3511
|
Merge pull request #11 from sbalant/master
CalculateCoverage: Fix file not foundexception
|
2018-03-24 17:25:36 +01:00 |
|