Skip to content

Commit

Permalink
add coveralls to public-dashboard-client
Browse files Browse the repository at this point in the history
  • Loading branch information
macfarlandian committed Oct 13, 2020
1 parent f290aa5 commit 17c5d4d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/public-dashboard-client-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,9 @@ jobs:
node-version: "12.x"
- uses: c-hive/gha-yarn-cache@v1
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn test --coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: public-dashboard-client/coverage/lcov.info
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"dev:pdclient": "yarn workspace public-dashboard-client run dev"
},
"devDependencies": {
"coveralls": "^3.1.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
Expand Down
1 change: 0 additions & 1 deletion spotlight-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@types/node": "^12.0.0",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"coveralls": "^3.1.0",
"eslint-import-resolver-typescript": "^2.3.0"
},
"browserslist": {
Expand Down

0 comments on commit 17c5d4d

Please sign in to comment.