Skip to content

Commit 72f8f28

Browse files
committed
chore: add threshold icons for coverage reporting in CI workflow
1 parent 93f1a8e commit 72f8f28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-vitest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ jobs:
2323
- name: "Report Coverage"
2424
if: always()
2525
uses: davelosert/vitest-coverage-report-action@v2
26+
with:
27+
threshold-icons: "{0: '🔴', 80: '🟠', 90: '🟢'}"

0 commit comments

Comments
 (0)