Skip to content

Commit

Permalink
coverage for backend
Browse files Browse the repository at this point in the history
  • Loading branch information
breeku committed Jan 28, 2020
1 parent bfe0877 commit 8b6acab
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
working-directory: client

- name: Start server in the background
run: npm start &
run: npm run start:coverage &
env:
CLIENT_ID: ${{secrets.CLIENT_ID}}
CLIENT_SECRET: ${{secrets.CLIENT_SECRET}}
Expand Down
41 changes: 30 additions & 11 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b6acab

Please sign in to comment.