Merge pull request #2859 from spotify/rugvip/covfefix

github/workflows: fix coverage upload
This commit is contained in:
Patrik Oldsberg
2020-10-12 13:57:45 +02:00
committed by GitHub
+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