We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c8b86 commit 0aebb1bCopy full SHA for 0aebb1b
bot/code_coverage_bot/hooks/base.py
@@ -119,6 +119,9 @@ def retrieve_source_and_artifacts(self):
119
"Exception while downloading coverage artifacts or cloning repository",
120
exception=exc,
121
)
122
+ from traceback import format_exception
123
+
124
+ logger.error(format_exception(exc, exc, exc.__traceback__))
125
os._exit(1)
126
127
def build_reports(self, only=None):
0 commit comments