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 6048296 commit 6dbea7dCopy full SHA for 6dbea7d
pytest_github_actions_annotate_failures/plugin.py
@@ -11,7 +11,8 @@ def pytest_runtest_logreport(report):
11
return
12
13
# collect information to be annotated
14
- filesystempath, lineno, _ = report.location
+ filesystem_relativepath, lineno, _ = report.location
15
+ filesystempath = filesystem_relativepath.replace('../', '')
16
17
# 0-index to 1-index
18
lineno += 1
0 commit comments