We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7c53e commit 598597eCopy full SHA for 598597e
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
npm run test:integration
47
- name: Lint
48
run: npm run lint:check
49
- - name: Genrate test coverage report
+ - name: Generate test coverage report
50
run: npm run coveralls-after
51
- name: Check Coveralls availability
52
id: coveralls_check
0 commit comments