Skip to content

Commit c7f6867

Browse files
committed
remove test coverage
1 parent 3abb5a5 commit c7f6867

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/code_health.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,4 @@ jobs:
3434
- name: Build project
3535
run: npm run build
3636
- name: Run tests
37-
run: npm test
38-
- name: Generate coverage report
39-
run: npm run test:coverage
37+
run: npm test

0 commit comments

Comments
 (0)