From 5d880b1f701f0ed5130d38512c2ca36a8ceb379a Mon Sep 17 00:00:00 2001 From: JonJagger Date: Fri, 10 Jan 2025 09:21:02 +0000 Subject: [PATCH] Fix typo --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c2fda15..0a2839d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: run: kosli create attestation-type coverage-metrics --schema=metrics-coverage.schema.json - --jq ".test_line_total >= 1" + --jq ".test_lines_total >= 1" --jq ".test_lines_missed == 0" --jq ".test_branches_total == 0" --jq ".test_branches_missed == 0"