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
When the reporter configuration is controlled via PackageSettings or annotations the FileApprover will always ignore the result of the defined ReporterWithApprovalPower.
In fact, the top-level reporter when using PackageSettings or annotations is always a FirstWorkingReporter:
When the reporter configuration is controlled via
PackageSettings
or annotations theFileApprover
will always ignore the result of the definedReporterWithApprovalPower
.In fact, the top-level reporter when using
PackageSettings
or annotations is always aFirstWorkingReporter
:ApprovalTests.Java/approvaltests/src/main/java/org/approvaltests/ReporterFactory.java
Line 39 in f9e13e4
Due to this the instanceof check inside the FileApprover
ApprovalTests.Java/approvaltests/src/main/java/org/approvaltests/approvers/FileApprover.java
Line 50 in c7a190d
will always be false when the reporter is configured with settings/annotations.
The text was updated successfully, but these errors were encountered: