change flag

This commit is contained in:
shamoon 2025-03-06 22:08:27 -08:00
parent 151d5554b8
commit 314b58193b
No known key found for this signature in database

View File

@ -167,14 +167,14 @@ jobs:
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: ${{ matrix.python-version }}
flags: python-${{ matrix.python-version }}
files: junit.xml
-
name: Upload backend coverage to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: ${{ matrix.python-version }}
flags: python-${{ matrix.python-version }}
files: coverage.xml
-
name: Stop containers