-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: test results processor return type
there's a sentry bug currently happening because the finisher is not handling one of the possible return values of the processor so i'm generally changing this to make it clearer: - a processor either succeeds or fails, and this is represented by the return value being a boolean - a success means that the processor successfully parsed at least one file in any of the raw uploads it was processing - else, fail - since the finisher is called in a chord with the processor it will receive a list of such booleans, if there is any success in this list of results then there is some valid test result data - otherwise, we can just fail the finisher and make an error comment and try to notify coverage since there may be some valid coverage data
- Loading branch information
1 parent
e22c04e
commit 94e650f
Showing
4 changed files
with
38 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters