-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: improve label analysis log if failed to calculate
If Codecov fails to calculate label analysis (with an actual error), the log line is borderline unusable, because it cointains too much text. So these changes restrict the amount of info shown to include: `head_commit`, `base_commit` and `external_id`. This info should allow users to quickly check if the comparison is between the commits they expect, and give them useful info to pass to the support team, so we can learn what happened. Unfortunatelly at this points the errors are also useless. THey only state "failed to calculate".
- Loading branch information
1 parent
17bb885
commit 496d2e5
Showing
2 changed files
with
14 additions
and
2 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