Increased coverage threshold to 95 for PR

pull/41/head
Abbas Cyclewala 2020-08-04 10:32:19 +05:30 committed by GitHub
parent 75baa6e358
commit b545c5b4cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Uninstrument
run: minicover uninstrument
- name: Report
run: minicover report --threshold 80
run: minicover report --threshold 95
if: ${{ github.event_name == 'pull_request' }}
- name: Report coveralls
run: minicover coverallsreport --repo-token ${{ secrets.COVERALLS_TOKEN }} --branch master