diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fa032d10..076fbc28 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - name: lint run: npm run lint && npm run tsc - - name: test + - name: test run: npm run test:coverage - name: Generate coverage run: bash <(curl -s https://codecov.io/bash)