Merge pull request #188 from redis/dependabot/github_actions/codecov/codecov-action-3

Bump codecov/codecov-action from 2.1.0 to 3
This commit is contained in:
Simon Prickett 2022-04-06 10:20:31 +01:00 committed by GitHub
commit e851e62dd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,7 +141,7 @@ jobs:
make test make test
poetry run coverage xml poetry run coverage xml
- name: Upload coverage - name: Upload coverage
uses: codecov/codecov-action@v2.1.0 uses: codecov/codecov-action@v3
with: with:
file: ./coverage.xml file: ./coverage.xml
flags: unit flags: unit