Merge pull request #697 from microsoft/dependabot/github_actions/codecov/codecov-action-3

Bump codecov/codecov-action from 1 to 3
This commit is contained in:
zsk 2022-11-01 21:33:01 -04:00 committed by GitHub
commit d3f83d8b48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ jobs:
coverage xml
- name: Upload coverage to Codecov
if: (matrix.python-version == '3.7') && matrix.os != 'macos-latest' || matrix.python-version == '3.10'
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
flags: unittests