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 649e9ee commit cd6d470Copy full SHA for cd6d470
pytest_github_actions_annotate_failures/plugin.py
@@ -84,7 +84,7 @@ def pytest_runtest_makereport(item: Item, call):
84
if parsed_errors is not None:
85
for _lineno, _message in parsed_errors:
86
print(
87
- _error_workflow_command(filesystempath, lineno, _lineno + "\n\n" + _message), file=sys.stderr
+ _error_workflow_command(filesystempath, _lineno, longrepr + "\n\n" + _message), file=sys.stderr
88
)
89
return
90
else:
0 commit comments