mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 21:44:22 +08:00
Bump codecov/codecov-action from 3 to 4 in /.github/workflows (#8022)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c567af3155
commit
e62d9cfe07
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -135,7 +135,7 @@ jobs:
|
|||||||
coverage xml -o coverage-benchmarks.xml
|
coverage xml -o coverage-benchmarks.xml
|
||||||
- name: Upload Coverage Reports to CodeCov
|
- name: Upload Coverage Reports to CodeCov
|
||||||
if: github.repository == 'ultralytics/ultralytics'
|
if: github.repository == 'ultralytics/ultralytics'
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
flags: Benchmarks
|
flags: Benchmarks
|
||||||
env:
|
env:
|
||||||
@ -190,7 +190,7 @@ jobs:
|
|||||||
pytest $slow --cov=ultralytics/ --cov-report xml tests/
|
pytest $slow --cov=ultralytics/ --cov-report xml tests/
|
||||||
- name: Upload Coverage Reports to CodeCov
|
- name: Upload Coverage Reports to CodeCov
|
||||||
if: github.repository == 'ultralytics/ultralytics' # && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
|
if: github.repository == 'ultralytics/ultralytics' # && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
flags: Tests
|
flags: Tests
|
||||||
env:
|
env:
|
||||||
@ -211,7 +211,7 @@ jobs:
|
|||||||
- name: Pytest tests
|
- name: Pytest tests
|
||||||
run: pytest --cov=ultralytics/ --cov-report xml tests/test_cuda.py
|
run: pytest --cov=ultralytics/ --cov-report xml tests/test_cuda.py
|
||||||
- name: Upload Coverage Reports to CodeCov
|
- name: Upload Coverage Reports to CodeCov
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
flags: GPU
|
flags: GPU
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user