Skip to content

Commit

Permalink
keep some global flags
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet committed Aug 9, 2024
1 parent ed05e61 commit fa5b89a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: ${{ github.repository }}
flags: ${{ matrix.test }}
flags: unittests, ${{ matrix.test }}

integration:
strategy:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: ${{ github.repository }}
flags: ${{ matrix.test }}-${{ matrix.class }}
flags: integration, ${{ matrix.test }}, ${{ matrix.test }}-${{ matrix.class }}

lint:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit fa5b89a

Please sign in to comment.