Skip to content

Commit

Permalink
Use codecov script to upload coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Dec 17, 2020
1 parent 4e79e2b commit 3bee02a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ jobs:
py.test --cov=account/account --cov-branch --flake8 account
- name: Upload coverage to codecov
run: |
coverage combine
codecov
bash <(curl -s https://codecov.io/bash)
cd test/frontend && cover -report codecov

0 comments on commit 3bee02a

Please sign in to comment.