Skip to content

Commit

Permalink
Setup codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
adonath committed Dec 14, 2024
1 parent 645072d commit edadb6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ jobs:
run: uv run mypy

- name: Upload coverage reports to Codecov with GitHub Action on Python 3.11
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
if: ${{ matrix.python-version == '3.11' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}

check-docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit edadb6e

Please sign in to comment.