File tree Expand file tree Collapse file tree 8 files changed +5315
-40
lines changed Expand file tree Collapse file tree 8 files changed +5315
-40
lines changed Original file line number Diff line number Diff line change 1+ # ESLint config
2+ # http://eslint.org/docs/user-guide/configuring
3+ # https://jstools.dev/eslint-config/
4+
5+ root : true
6+ extends : " @jsdevtools"
7+ env :
8+ node : true
Original file line number Diff line number Diff line change 5353 run : npm run coverage
5454
5555 - name : Send code coverage results to Coveralls
56- uses : coverallsapp/github-action@v1.0.1
56+ uses : coverallsapp/github-action@v1.1.0
5757 with :
5858 github-token : ${{ secrets.GITHUB_TOKEN }}
5959 parallel : true
6565 needs : test
6666 steps :
6767 - name : Let Coveralls know that all tests have finished
68- uses : coverallsapp/github-action@v1.0.1
68+ uses : coverallsapp/github-action@v1.1.0
6969 with :
7070 github-token : ${{ secrets.GITHUB_TOKEN }}
7171 parallel-finished : true
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ My Project Name
22==============================================
33### The description of my library
44
5- [](https://github.com/MyGitHubOrg/my-repo-name/blob/master/.github/workflows/CI-CD.yaml )
6- [](https://github.com/MyGitHubOrg/my-repo-name/blob/master/.github/workflows/CI-CD.yaml )
5+ [](https://github.com/MyGitHubOrg/my-repo-name/actions )
6+ [](https://github.com/MyGitHubOrg/my-repo-name/actions )
77
88[](https://coveralls.io/github/MyGitHubOrg/my-repo-name)
99[](https://david-dm.org/MyGitHubOrg/my-repo-name)
You can’t perform that action at this time.
0 commit comments