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
commit d539f459ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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