Chore: attempt to resolve Codecov patch coverage issues (#11773)

This commit is contained in:
Trenton H
2026-01-13 12:25:36 -08:00
committed by GitHub
parent 9c0de249a6
commit 6cf8abc5d3
3 changed files with 50 additions and 14 deletions

View File

@@ -88,13 +88,13 @@ jobs:
if: always()
uses: codecov/codecov-action@v5
with:
flags: backend,backend-python-${{ matrix.python-version }}
flags: backend-python-${{ matrix.python-version }}
files: junit.xml
report_type: test_results
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
flags: backend,backend-python-${{ matrix.python-version }}
flags: backend-python-${{ matrix.python-version }}
files: coverage.xml
report_type: coverage
- name: Stop containers