mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-29 08:49:48 +00:00
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:
commit
d3f83d8b48
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
|||||||
coverage xml
|
coverage xml
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
if: (matrix.python-version == '3.7') && matrix.os != 'macos-latest' || matrix.python-version == '3.10'
|
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:
|
with:
|
||||||
file: ./coverage.xml
|
file: ./coverage.xml
|
||||||
flags: unittests
|
flags: unittests
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user