Merge pull request #2874 from MichMich/dependabot/github_actions/codecov/codecov-action-3

Bump codecov/codecov-action from 2 to 3
This commit is contained in:
Michael Teeuw
2022-07-28 15:30:32 +02:00
committed by GitHub

View File

@@ -27,7 +27,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@v2 uses: codecov/codecov-action@v3
with: with:
files: ./coverage/lcov.info files: ./coverage/lcov.info
fail_ci_if_error: true fail_ci_if_error: true