Skip to content

Commit

Permalink
Fix codecov coverage push
Browse files Browse the repository at this point in the history
  • Loading branch information
Argmaster committed Nov 11, 2024
1 parent b7d2d55 commit 69d11e8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: poetry run coverage xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: "all/${{ matrix.os }}/${{ matrix.python-version}}"
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
run: poetry run coverage xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: "e2e/${{ matrix.os }}/${{ matrix.python-version}}"
Expand Down Expand Up @@ -232,6 +232,14 @@ jobs:
- name: Run tests without extras
run: poetry run poe test-no-extras

- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: "no-extras/${{ matrix.os }}/${{ matrix.python-version}}"
files: ./coverage.xml
verbose: true

docs:
strategy:
fail-fast: false
Expand Down

0 comments on commit 69d11e8

Please sign in to comment.