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.
2 parents a5acefe + c6351dc commit fc2b456Copy full SHA for fc2b456
.github/workflows/build.yml
@@ -52,3 +52,8 @@ jobs:
52
node-version: '14'
53
- run: npm install
54
- run: make ${{ matrix.targets.target }}
55
+ - name: Upload coverage
56
+ uses: coverallsapp/github-action@master
57
+ with:
58
+ github-token: ${{ secrets.GITHUB_TOKEN }}
59
+ if: ${{ matrix.targets.target == 'coverage' }}
package.json
@@ -34,7 +34,6 @@
34
},
35
"devDependencies": {
36
"buble": "^0.20.0",
37
- "coveralls": "^3.0.0",
38
"eslint": "^7.0.0",
39
"eslint-config-prettier": "^6.0.0",
40
"eslint-config-standard": "^16.0.2",
0 commit comments