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
.ShouldBeTrue($"Expected to find issue with identifier '{expectedIssue.Identifier}' but collection only contained: [{string.Join(", ",actualIssues.Select(x =>$"'{x.Identifier}'"))}]");
fixture.Log.Entries.ShouldContain(x =>x.Message=="1 issue(s) were filtered because they do not belong to files that were changed in this pull request");
203
203
}
204
204
}
@@ -254,7 +254,7 @@ public void Should_Filter_Issues_With_Existing_Active_Comment()
fixture.Log.Entries.ShouldContain(x =>x.Message=="1 issue(s) were filtered to match the global issue limit of 2 across all runs for provider 'ProviderType Foo' (1 issues already posted in previous runs)");
759
759
}
760
760
@@ -824,8 +824,8 @@ public void Should_Limit_Messages_To_Maximum_By_FilePath()
fixture.Log.Entries.ShouldContain(x =>x.Message=="2 issue(s) were filtered to match the global issue limit of 2 across all runs for provider 'ProviderType Foo' (1 issues already posted in previous runs)");
830
830
}
831
831
}
@@ -883,8 +883,8 @@ public void Should_Limit_Messages_To_Maximum()
fixture.Log.Entries.ShouldContain(x =>x.Message=="1 issue(s) were filtered to match the global limit of 1 issues which should be reported for issue provider 'ProviderTypeA'");
890
890
fixture.Log.Entries.ShouldContain(x =>x.Message=="1 issue(s) were filtered to match the global limit of 1 issues which should be reported for issue provider 'ProviderTypeB'");
@@ -997,10 +997,10 @@ public void Should_Ignore_Limit_When_Negative()
fixture.Log.Entries.ShouldContain(x =>x.Message=="1 issue(s) were filtered to match the global limit of 1 issues which should be reported for issue provider 'ProviderTypeA'");
1060
1060
fixture.Log.Entries.ShouldContain(x =>x.Message=="1 issue(s) were filtered to match the global limit of 1 issues which should be reported for issue provider 'ProviderTypeB'");
1061
1061
}
@@ -1109,8 +1109,8 @@ public void Should_Limit_Messages_To_Maximum_By_FilePath()
fixture.Log.Entries.ShouldContain(x =>x.Message=="1 issue(s) were filtered to match the global limit of 1 issues which should be reported for issue provider 'ProviderTypeA'");
1115
1115
fixture.Log.Entries.ShouldContain(x =>x.Message=="1 issue(s) were filtered to match the global limit of 1 issues which should be reported for issue provider 'ProviderTypeB'");
1116
1116
}
@@ -1260,7 +1260,7 @@ public void Should_Limit_Messages_To_Maximum()
fixture.Log.Entries.ShouldContain(x =>x.Message=="1 issue(s) were filtered to match the global issue limit of 2 across all runs (1 issues already posted in previous runs)");
1265
1265
}
1266
1266
@@ -1315,7 +1315,7 @@ public void Should_Limit_Messages_To_Maximum_By_Priority()
fixture.Log.Entries.ShouldContain(x =>x.Message=="1 issue(s) were filtered to match the global issue limit of 2 across all runs (1 issues already posted in previous runs)");
1320
1320
}
1321
1321
@@ -1369,7 +1369,7 @@ public void Should_Limit_Messages_To_Maximum_By_FilePath()
fixture.Log.Entries.ShouldContain(x =>x.Message=="1 issue(s) were filtered to match the global issue limit of 2 across all runs (1 issues already posted in previous runs)");
1374
1374
}
1375
1375
}
@@ -1428,8 +1428,8 @@ public void Should_Limit_Messages_To_Maximum()
fixture.Log.Entries.ShouldContain(x =>x.Message=="1 issue(s) of type ProviderTypeA were filtered to match the maximum of 1 issues which should be reported for each issue provider");
1434
1434
fixture.Log.Entries.ShouldContain(x =>x.Message=="1 issue(s) of type ProviderTypeB were filtered to match the maximum of 1 issues which should be reported for each issue provider");
1435
1435
}
@@ -1486,8 +1486,8 @@ public void Should_Limit_Messages_To_Maximum_By_Priority()
fixture.Log.Entries.ShouldContain(x =>x.Message=="1 issue(s) of type ProviderTypeA were filtered to match the maximum of 1 issues which should be reported for each issue provider");
1492
1492
fixture.Log.Entries.ShouldContain(x =>x.Message=="1 issue(s) of type ProviderTypeB were filtered to match the maximum of 1 issues which should be reported for each issue provider");
1493
1493
}
@@ -1542,8 +1542,8 @@ public void Should_Limit_Messages_To_Maximum_By_FilePath()
fixture.Log.Entries.ShouldContain(x =>x.Message=="1 issue(s) of type ProviderTypeA were filtered to match the maximum of 1 issues which should be reported for each issue provider");
1548
1548
fixture.Log.Entries.ShouldContain(x =>x.Message=="1 issue(s) of type ProviderTypeB were filtered to match the maximum of 1 issues which should be reported for each issue provider");
0 commit comments