Skip to content

Commit

Permalink
chore: add codecov for js tests (#467)
Browse files Browse the repository at this point in the history
* chore: add codecov for js tests
  • Loading branch information
eh-am committed Oct 14, 2021
1 parent a0d13aa commit a673aea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ jobs:
- name: Install Webapp dependencies
run: yarn install
- name: Run Webapp tests
run: yarn run test
run: yarn run test --coverage
- name: Upload codecov coverage
uses: codecov/codecov-action@v1
with:
name: js coverage
fail_ci_if_error: false
verbose: true
- name: Run Webapp lints
run: yarn lint
- name: Run Webapp Format check
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ third_party
*.md
monitoring/gen/*
.prettierignore
coverage

0 comments on commit a673aea

Please sign in to comment.