Skip to content

Commit

Permalink
fix/update CODECOV
Browse files Browse the repository at this point in the history
  • Loading branch information
tfranzel committed Sep 23, 2024
1 parent dcf36ff commit 439c988
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,13 @@ jobs:
run: pip install tox
- name: Run Tox
run: tox --skip-missing-interpreters=false -e ${{ matrix.setup.toxenv }}
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
name: ${{ matrix.setup.toxenv }}
token: ${{ secrets.CODECOV_TOKEN }}
passed-tests:
name: Required tests passed
needs: [ tests ]
runs-on: ubuntu-latest
steps:
- run: echo "All Done"
- run: echo "All Done"

0 comments on commit 439c988

Please sign in to comment.