Skip to content

Commit

Permalink
fix: use GitHub action to report coverage to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
avchugaev committed Jan 10, 2021
1 parent b694f6a commit df221bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
run: npm run test:coverage

- name: Report coverage
run: npm run coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build (in prod mode)
run: npm run build:prod
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"test": "ng test",
"test:coverage": "ng test --coverage",
"test:watch": "ng test --watch",
"coveralls": "coveralls",
"lint": "ng lint"
},
"publishConfig": {
Expand All @@ -52,7 +51,6 @@
"@types/jest": "^26.0.20",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"coveralls": "^3.1.0",
"jest": "^26.6.3",
"ng-packagr": "^11.0.3",
"rxjs": "~6.6.3",
Expand Down

0 comments on commit df221bb

Please sign in to comment.