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 19c9e55 commit 817bbf4Copy full SHA for 817bbf4
.github/workflows/test.yml
@@ -44,12 +44,12 @@ jobs:
44
- name: Run unit tests
45
run: npm run test
46
47
- - name: Run tests with coverage
48
- run: npm run test:coverage
49
-
50
- - name: Upload coverage reports
51
- uses: codecov/codecov-action@v3
52
- with:
53
- token: ${{ secrets.CODECOV_TOKEN }}
54
- files: ./coverage/lcov.info
55
- fail_ci_if_error: true
+ # - name: Run tests with coverage
+ # run: npm run test:coverage
+
+ # - name: Upload coverage reports
+ # uses: codecov/codecov-action@v3
+ # with:
+ # token: ${{ secrets.CODECOV_TOKEN }}
+ # files: ./coverage/lcov.info
+ # fail_ci_if_error: true
0 commit comments