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 c4dbcc2 commit 26341cbCopy full SHA for 26341cb
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
- run: bun run lint
14
- run: bunx tsc --noEmit
15
- run: bun run compile
16
- - run: npm test -- --coverage
+ - run: bun run test -- --coverage
17
- uses: codecov/codecov-action@v4
18
with:
19
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments