Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
75py authored Dec 1, 2024
1 parent 41136b6 commit 6f4276d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
min-coverage-overall: 80
min-coverage-changed-files: 80
coverage-counter-type: LINE
- name: Debug outputs
run: |
echo "Coverage overall: ${{ steps.kover.outputs.coverage-overall }}"
echo "Coverage changed files: ${{ steps.kover.outputs.coverage-changed-files }}"
echo "All outputs: ${{ toJson(steps.kover.outputs) }}"
- name: Check coverage for changed files
id: check-coverage
run: |
Expand Down

0 comments on commit 6f4276d

Please sign in to comment.