You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ] CDXML cmdlet coverage. It is 0% as CDXML is broken due to CoreCLR [issue](https://github.com/dotnet/corefx/issues/18877).
34
-
-[ ] Add tests for *-Computer cmdlets [#4146](https://github.com/PowerShell/PowerShell/issues/4146)
35
-
-[ ] Add tests for *-Service cmdlets [#4147](https://github.com/PowerShell/PowerShell/issues/4147)
36
32
-[ ] Add tests for *-Item cmdlets. Especially for literal paths and error cases. [#4148](https://github.com/PowerShell/PowerShell/issues/4148)
37
-
-[ ] Add tests for Get-Content -Tail. [#4150](https://github.com/PowerShell/PowerShell/issues/4150)
38
33
-[ ] Lots of resource strings not covered. Will probably get covered when coverage is added for error cases. [#4148](https://github.com/PowerShell/PowerShell/issues/4148)
39
34
40
35
### Microsoft.PowerShell.Commands.Utility
41
36
42
-
-[ ] Add tests for Trace-Command. Especially Trace-Command -Expression [#4151](https://github.com/PowerShell/PowerShell/issues/4151)
43
-
-[ ] Add tests for ConvertTo-XML serialization of PSObjects [#4152](https://github.com/PowerShell/PowerShell/issues/4152)
44
37
-[ ] Add tests for Debug-Runspace [#4153](https://github.com/PowerShell/PowerShell/issues/4153)
45
-
-[ ] Add tests for New-Object for ArgumentList, ComObject [#4154](https://github.com/PowerShell/PowerShell/issues/4154)
46
38
47
39
### Microsoft.PowerShell.ConsoleHost
48
40
@@ -52,15 +44,11 @@ The following table shows the status for the above commit, dated 06/18/2017
52
44
53
45
-[ ] Add tests for ETW events. [#4156](https://github.com/PowerShell/PowerShell/issues/4156)
54
46
55
-
### Microsoft.PowerShell.PSReadLine
56
-
57
-
-[ ] We need tests from PSReadline repo or ignore coverage data for this module. (This will be filtered out.)
58
-
59
47
### Microsoft.PowerShell.Security
60
48
61
-
-[ ] Add tests for *-Acl cmdlets. [4157](https://github.com/PowerShell/PowerShell/issues/4157)
62
-
-[ ] Add tests for *-AuthenticodeSignature cmdlets. [4157](https://github.com/PowerShell/PowerShell/issues/4157)
63
-
-[ ] Add coverage to various utility methods under src/Microsoft.PowerShell.Security/security/Utils.cs [4157](https://github.com/PowerShell/PowerShell/issues/4157)
49
+
-[ ] Add tests for *-Acl cmdlets. [#4157](https://github.com/PowerShell/PowerShell/issues/4157)
50
+
-[ ] Add tests for *-AuthenticodeSignature cmdlets. [#4157](https://github.com/PowerShell/PowerShell/issues/4157)
51
+
-[ ] Add coverage to various utility methods under src/Microsoft.PowerShell.Security/security/Utils.cs [#4157](https://github.com/PowerShell/PowerShell/issues/4157)
64
52
65
53
### Microsoft.WSMan.Management
66
54
@@ -72,24 +60,14 @@ The following table shows the status for the above commit, dated 06/18/2017
72
60
73
61
#### CoreCLR
74
62
75
-
-[ ] Lots of non-windows code can be ifdef'ed out. Issue #[3565](https://github.com/PowerShell/PowerShell/issues/3565)
76
-
77
-
#### CIMSupport
78
-
79
-
-[ ] Missing coverage possibly due to: CoreCLR [issue](https://github.com/dotnet/corefx/issues/18877).
0 commit comments