Update codecov action before the old one gets deprecated

This commit is contained in:
veeck 2021-10-17 18:56:18 +02:00
parent e2d2cf67fa
commit 90deaf564f

View File

@ -23,7 +23,7 @@ jobs:
touch css/custom.css touch css/custom.css
npm run test:coverage npm run test:coverage
- name: Upload coverage results to codecov - name: Upload coverage results to codecov
uses: codecov/codecov-action@v1 uses: codecov/codecov-action@v2
with: with:
file: ./coverage/lcov.info files: ./coverage/lcov.info
fail_ci_if_error: true fail_ci_if_error: true