Skip to content

Commit

Permalink
Track coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fboeller committed Mar 7, 2021
1 parent 8e14851 commit 40fb302
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Prettier
run: npm run prettier-check

- name: Code coverage
run: bash <(curl -s https://codecov.io/bash)

- name: Build example app
run: npm run build example-app -- --prod --base-href /ngx-loading-customizer/

Expand Down

0 comments on commit 40fb302

Please sign in to comment.