Skip to content

Commit fc2b456

Browse files
Merge pull request #777 from unexpectedjs/upload-coverage
Restore coverage upload via GitHub action
2 parents a5acefe + c6351dc commit fc2b456

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,8 @@ jobs:
5252
node-version: '14'
5353
- run: npm install
5454
- 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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
},
3535
"devDependencies": {
3636
"buble": "^0.20.0",
37-
"coveralls": "^3.0.0",
3837
"eslint": "^7.0.0",
3938
"eslint-config-prettier": "^6.0.0",
4039
"eslint-config-standard": "^16.0.2",

0 commit comments

Comments
 (0)