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 c19c47c commit 3cf2d9dCopy full SHA for 3cf2d9d
pytest_github_actions_annotate_failures/plugin.py
@@ -82,7 +82,7 @@ def pytest_runtest_makereport(item: Item, call): # noqa: ARG001
82
if parsed_errors is not None:
83
for _lineno, _message in parsed_errors:
84
print(
85
- _error_workflow_command(filesystempath, lineno, _lineno + "\n\n" + _message), file=sys.stderr
+ _error_workflow_command(filesystempath, _lineno, longrepr + "\n\n" + _message), file=sys.stderr
86
)
87
return
88
else:
0 commit comments