We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37659d3 commit af6f648Copy full SHA for af6f648
2 files changed
.github/workflows/test.yml
@@ -16,8 +16,4 @@ jobs:
16
- name: Run Tests
17
run: yarn test
18
- name: Make Coverage Report
19
- run: yarn coverage
20
- - name: Coveralls
21
- uses: coverallsapp/github-action@v2
22
- with:
23
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ run: yarn report
package.json
@@ -18,7 +18,7 @@
"scripts": {
"build": "tsc",
"test": "nyc -r text -r html ts-mocha tests/*.test.ts",
- "coverage": "nyc report --reporter=text-lcov"
+ "report": "nyc report -r text-lcov | node ./node_modules/coveralls/bin/coveralls.js"
},
"dependencies": {
24
"@inquirer/prompts": "7.1.0"
0 commit comments