Skip to content

Commit 84d8894

Browse files
committed
coverlet uses json as default whenever format is not specified
1 parent 941929d commit 84d8894

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/coverlet.MTP.unit.tests/CoverletMTPCommandLineTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public CoverletMTPCommandLineTests()
2020

2121
[Theory]
2222
[InlineData("formats", "invalid", "The value 'invalid' is not a valid option for 'formats'.")]
23-
[InlineData("formats", "", "At least one format must be specified.")]
2423
[InlineData("exclude-assemblies-without-sources", "invalid", "The value 'invalid' is not a valid option for 'exclude-assemblies-without-sources'.")]
2524
[InlineData("exclude-assemblies-without-sources", "", "At least one value must be specified for 'exclude-assemblies-without-sources'.")]
2625
public async Task IsInvalid_When_Option_Has_InvalidValue(string optionName, string value, string expectedError)

0 commit comments

Comments
 (0)