pegasus/ci: escape newline in coverage summary script
This commit is contained in:
parent
5d8528bd80
commit
7d78c8cb8e
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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}%')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user