Skip to content

Commit

Permalink
Merge pull request #1298 from tfranzel/codecov_update
Browse files Browse the repository at this point in the history
fix/update CODECOV
  • Loading branch information
tfranzel authored Sep 23, 2024
2 parents dcf36ff + 439c988 commit 0c12f23
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 0c12f23

Please sign in to comment.