commit 3ddea5ec2579d6288227c325c7205cf262430db6
parent 849b59ebf5e6e327dafa592fd215ae3d9eecf01c
Author: triesap <tyson@radroots.org>
Date: Mon, 2 Mar 2026 23:47:17 +0000
ci: fix sdk coverage workflow yaml block
Diffstat:
1 file changed, 34 insertions(+), 34 deletions(-)
diff --git a/.github/workflows/sdk-coverage-ci.yml b/.github/workflows/sdk-coverage-ci.yml
@@ -58,40 +58,40 @@ jobs:
if [ "${status}" != "ok" ]; then
cat > "${run_dir}/coverage-gate-summary.json" <<JSON
-{
- "scope": "${crate}",
- "thresholds": {
- "executable_lines": 0,
- "functions": 0,
- "branches": 0,
- "branches_required": false
- },
- "measured": {
- "executable_lines_percent": 0,
- "executable_lines_source": "da",
- "functions_percent": 0,
- "branches_percent": null,
- "branches_available": false,
- "summary_lines_percent": 0,
- "summary_regions_percent": 0
- },
- "counts": {
- "executable_lines": {
- "covered": 0,
- "total": 0
- },
- "branches": {
- "covered": 0,
- "total": 0
- }
- },
- "result": {
- "pass": false,
- "fail_reasons": [
- "${status}"
- ]
- }
-}
+ {
+ "scope": "${crate}",
+ "thresholds": {
+ "executable_lines": 0,
+ "functions": 0,
+ "branches": 0,
+ "branches_required": false
+ },
+ "measured": {
+ "executable_lines_percent": 0,
+ "executable_lines_source": "da",
+ "functions_percent": 0,
+ "branches_percent": null,
+ "branches_available": false,
+ "summary_lines_percent": 0,
+ "summary_regions_percent": 0
+ },
+ "counts": {
+ "executable_lines": {
+ "covered": 0,
+ "total": 0
+ },
+ "branches": {
+ "covered": 0,
+ "total": 0
+ }
+ },
+ "result": {
+ "pass": false,
+ "fail_reasons": [
+ "${status}"
+ ]
+ }
+ }
JSON
fi