Skip to content

Commit

Permalink
Update options for codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Jul 4, 2024
1 parent 91e3999 commit d877995
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
TOXPYTHON: python${{ matrix.toxpython || matrix.python-version }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand All @@ -88,5 +88,9 @@ jobs:
run: tox -- --verbose

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
verbose: true
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
if: ${{ matrix.toxenv == 'coverage' }}

0 comments on commit d877995

Please sign in to comment.