Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Jan 10, 2025
1 parent 045e342 commit 5d880b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 5d880b1

Please sign in to comment.