github/workflows: use the tip of master as the base for comparing PR code coverage

This commit is contained in:
Patrik Oldsberg
2020-10-12 13:20:39 +02:00
parent 01830866e7
commit 9eea5da094
+1 -1
View File
@@ -97,7 +97,7 @@ jobs:
if: ${{ steps.yarn-lock.outcome == 'failure' }}
run: |
yarn lerna -- run test -- --coverage
bash <(curl -s https://codecov.io/bash)
bash <(curl -s https://codecov.io/bash) -N $(git rev-parse FETCH_HEAD)
- name: verify plugin template
run: yarn lerna -- run diff -- --check