File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,26 @@ jobs:
36
36
env :
37
37
CI : true
38
38
# - run: npm run coverage
39
-
40
- - name : Coveralls
41
- uses : coverallsapp/github-action@master
39
+ coverage :
40
+ name : Coveralls
41
+ runs-on : ubuntu-latest
42
+ trategy :
43
+ matrix :
44
+ node-version : [14]
45
+
46
+ steps :
47
+ - uses : coverallsapp/github-action@master
42
48
env :
43
49
COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
44
- COVERALLS_GIT_BRANCH : ${{ github.ref }}
45
50
with :
46
51
github-token : ${{ secrets.GITHUB_TOKEN }}
47
52
53
+
54
+
55
+ # uses: coverallsapp/github-action@master
56
+ # env:
57
+ # COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
58
+ # COVERALLS_GIT_BRANCH: ${{ github.ref }}
59
+ # with:
60
+ # github-token: ${{ secrets.GITHUB_TOKEN }}
61
+
You can’t perform that action at this time.
0 commit comments