We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f1a8e commit 72f8f28Copy full SHA for 72f8f28
.github/workflows/ci-vitest.yml
@@ -23,3 +23,5 @@ jobs:
23
- name: "Report Coverage"
24
if: always()
25
uses: davelosert/vitest-coverage-report-action@v2
26
+ with:
27
+ threshold-icons: "{0: '🔴', 80: '🟠', 90: '🟢'}"
0 commit comments