pegasus/ci: escape newline in coverage summary script

This commit is contained in:
Brad Stein 2026-04-10 03:53:22 -03:00
parent 5d8528bd80
commit 7d78c8cb8e

2
Jenkinsfile vendored
View File

@ -140,7 +140,7 @@ combined = (backend + frontend) / 2 if (backend or frontend) else 0.0
} }
}, },
indent=2, indent=2,
) + '\n', ) + '\\n',
encoding='utf-8', encoding='utf-8',
) )
print(f'Combined Pegasus coverage: {combined:.2f}%') print(f'Combined Pegasus coverage: {combined:.2f}%')