Skip to content

Commit

Permalink
Use json coverage data as it already exists to avoid duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Jan 10, 2025
1 parent b3c3a74 commit 2174da5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
run:
kosli create attestation-type coverage-metrics
--schema=metrics-coverage.schema.json
--jq ".test_lines_total >= 1"
--jq ".test_lines_missed == 0"
--jq ".test_branches_total <= 20"
--jq ".test_branches_missed == 0"
--jq ".code_branches_total <= 200"
--jq ".test.lines.total >= 1"
--jq ".test.lines.missed == 0"
--jq ".test.branches.total <= 20"
--jq ".test.branches.missed == 0"
--jq ".code.branches.total <= 200"

0 comments on commit 2174da5

Please sign in to comment.