Skip to content

Commit

Permalink
Add extra tags for coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Argmaster committed Nov 11, 2024
1 parent 946c127 commit f37104a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
env_vars: OS,PYTHON
flags: all
flags: all,${{ matrix.os }},${{ matrix.python-version}}
files: ./coverage.xml
verbose: true

Expand Down Expand Up @@ -111,8 +110,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
env_vars: OS,PYTHON
flags: unit
flags: unit,${{ matrix.os }},${{ matrix.python-version}}
files: ./coverage.xml
verbose: true

Expand Down Expand Up @@ -160,8 +158,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
env_vars: OS,PYTHON
flags: e2e
flags: e2e,${{ matrix.os }},${{ matrix.python-version}}
files: ./coverage.xml
verbose: true

Expand Down

0 comments on commit f37104a

Please sign in to comment.