Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
Signed-off-by: ivelin <[email protected]>
  • Loading branch information
ivelin committed Nov 19, 2021
1 parent 7411ea1 commit be6dbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
path: ./coverage
- name: Check if coverage meets minimum threshold
run:
npx nyc check-coverage --lines 81 --functions 76 --branches 67
npx nyc check-coverage --lines 81 --functions 76 --branches 66
- name: Build PWA distribution for production
run: |
npm run build --if-present
Expand Down

0 comments on commit be6dbdd

Please sign in to comment.