Oluwatoni Solarin-Sodara
|
9ed086489e
|
change Filter property to Exclude
|
2018-05-13 18:50:31 +01:00 |
|
Oluwatoni Solarin-Sodara
|
ebedd7078c
|
rename Exclude property to ExcludeByFile
|
2018-05-13 18:46:50 +01:00 |
|
Oluwatoni Solarin-Sodara
|
9d09fde6f7
|
complete filter expression evaluation
|
2018-05-13 18:42:56 +01:00 |
|
Oluwatoni Solarin-Sodara
|
1dd3b70b11
|
add preliminary support for excluding assemblies from coverage
|
2018-05-13 17:17:19 +01:00 |
|
Oluwatoni Solarin-Sodara
|
002c0a6547
|
create backing fields for instrumentation task properties
|
2018-05-13 11:33:58 +01:00 |
|
StephenMP
|
6a6dc3a79f
|
Issue #92 : Added a ThresholdType switch that accepts a comma separated string of coverage types to apply to the threshold. It defaults to all coverage types and will ignore any unsupported coverage type
|
2018-05-11 12:31:32 -06:00 |
|
Toni Solarin-Sodara
|
46a07ef66b
|
Merge pull request #88 from hunterjm/feature/gzip
GZip Compression on hits files
|
2018-05-07 09:42:50 +01:00 |
|
Jason Hunter
|
3bc81adafc
|
remove redundant line
|
2018-05-06 09:44:04 -04:00 |
|
Oluwatoni Solarin-Sodara
|
d2effb3a78
|
display method coverage in console sumary output
|
2018-05-05 21:16:52 +01:00 |
|
Jason Hunter
|
6ca0308137
|
Merge branch 'master' into feature/gzip
|
2018-05-05 13:59:41 -04:00 |
|
Toni Solarin-Sodara
|
2597da9995
|
Merge pull request #73 from hunterjm/feature/branchEnhancements
Branch Enhancements (take 2)
|
2018-05-05 18:48:48 +01:00 |
|
Jason Hunter
|
7b6e9d7a79
|
make requested changes to symbol helper
|
2018-05-05 13:29:38 -04:00 |
|
Oluwatoni Solarin-Sodara
|
ad60a1ce91
|
build list of reporters from factory function
|
2018-05-05 17:53:38 +01:00 |
|
Jason Hunter
|
85fa0f35eb
|
changes per feedback
|
2018-05-05 12:51:30 -04:00 |
|
Patrick Dwyer
|
dddcf26500
|
Add support for multiple output formats separated by a comma
|
2018-05-03 19:54:25 +10:00 |
|
Oluwatoni Solarin-Sodara
|
9c764de3e8
|
bump version numbers
|
2018-05-02 22:21:43 +01:00 |
|
Jason Hunter
|
686394d7ec
|
save on disk space by compressing the hits file
|
2018-05-01 21:33:17 -04: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 |
|
Simon Potter
|
a94f010ee3
|
Remove unnecessary type and property instrumentation.
|
2018-05-01 16:34:38 -04:00 |
|
Simon Potter
|
ab5ea14bb1
|
Extract method for creating a retry strategy.
|
2018-05-01 15:29:28 -04:00 |
|
Simon Potter
|
7c8f5d0494
|
Use Mono.Cecil's IsHidden property instead of checking ourselves.
|
2018-05-01 15:22:08 -04:00 |
|
Simon Potter
|
f694acf577
|
Fix typo where last brace was removed.
|
2018-04-30 22:30:36 -04:00 |
|
Simon Potter
|
aeafe1bd3d
|
Add namespace to RetryHelper.
|
2018-04-30 19:44:58 -04:00 |
|
Simon Potter
|
292b0c58c7
|
Ensure dependencies are valid .NET assemblies.
Minor refactorings elsewhere:
* Inline functions to local functions.
* Extract method for obtaining backup module path.
* Avoid hard-coding coverlet assembly name.
|
2018-04-30 19:44:14 -04:00 |
|
Simon Potter
|
9c81d89abf
|
Add coverage for properties and nested types.
|
2018-04-30 19:41:00 -04:00 |
|
Ido David
|
d016d56bda
|
adding support for absolute paths, updating readme files
|
2018-04-29 03:33:39 -04:00 |
|
Ido David
|
cd538e3dd1
|
enhance multiple exclustion rules options and add test
|
2018-04-29 02:08:19 -04:00 |
|
Ido David
|
4ddf02df7d
|
fixing name spaces
|
2018-04-28 21:59:33 -04:00 |
|
Ido David
|
9f120f1b9a
|
Merge branch 'exclude-files-by-path' of github.com:ido-namely/coverlet into exclude-files-by-path
|
2018-04-28 21:38:41 -04:00 |
|
Ido David
|
3439275058
|
addressing further comments
|
2018-04-28 21:32:52 -04:00 |
|
Ido David
|
139c2387d9
|
addressing first comments
|
2018-04-28 21:32:52 -04:00 |
|
Ido David
|
60c49071b2
|
Implementation exclusion of files according to source file paths (including file globbing)
|
2018-04-28 21:30:21 -04:00 |
|
Ido David
|
ccdca640f0
|
addressing further comments
|
2018-04-28 19:23:35 -04:00 |
|
Toni Solarin-Sodara
|
7355d9fd37
|
Merge pull request #65 from sjp/fix-file-locking
Avoid leaving file handles open
|
2018-04-28 10:58:07 +01:00 |
|
Oluwatoni Solarin-Sodara
|
b42cca2c27
|
return full path if base path is empty
Fixes #54
|
2018-04-28 10:37:46 +01:00 |
|
Ido David
|
8adfb45d35
|
addressing first comments
|
2018-04-27 00:03:27 -04:00 |
|
Simon Potter
|
2b4f9e415b
|
Ensure disposables are wrapped in using statements.
Avoids locking on file handles.
|
2018-04-26 16:37:13 -04:00 |
|
Ido David
|
d3b2db17ea
|
Implementation exclusion of files according to source file paths (including file globbing)
|
2018-04-26 00:54:27 -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 |
|