Skip to content

Commit

Permalink
CI: Changes for codecov-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Feb 17, 2024
1 parent 4a46435 commit e80f30c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,10 @@ jobs:
uses: codecov/codecov-action@v4
with:
verbose: true
gcov: true
# gcov: true
flags: pytest-python-${{ matrix.python-version }}
name: pytest-python-${{ matrix.python-version }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

pytest-success:
name: pytest Result
Expand Down

0 comments on commit e80f30c

Please sign in to comment.