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 f9ef003 commit 0bdc11eCopy full SHA for 0bdc11e
tools/opa_coverage.py
@@ -91,7 +91,7 @@ def main(argv: List[str]):
91
if file in args:
92
continue # Skip test sources
93
print(f"TN:{test_name.removeprefix('@@')}", file=f)
94
- print(f"SF:{file}", file=f)
+ print(f"SF:{file.removeprefix('/')}", file=f)
95
print(f"FNF:0", file=f)
96
print(f"FNH:0", file=f)
97
0 commit comments