Skip to content

Commit

Permalink
ci: remove coverage check
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioramos committed Nov 24, 2020
1 parent f0da46e commit 1395a2e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@ jobs:
run: yarn install --immutable --immutable-cache
- name: Test
run: yarn run test
- uses: devmasx/coverage-check-action@v1.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
result_path: coverage/lcov.info
min_coverage: 85
type: lcov

###############################################################################
# RELEASE #
Expand Down

0 comments on commit 1395a2e

Please sign in to comment.