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 40385ad commit e077905Copy full SHA for e077905
.github/workflows/CI.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Lint
31
run: bun run lint
32
- name: Test
33
- run: bun test
+ run: bun test --coverage-reporter lcov --coverage-reporter text
34
- name: Upload to codecov.io
35
uses: codecov/codecov-action@v5
36
with:
0 commit comments