Skip to content

Commit

Permalink
ci: add codecov.io token
Browse files Browse the repository at this point in the history
  • Loading branch information
pohmelie committed Oct 14, 2024
1 parent 9144890 commit d7a37d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
python-version: ${{ matrix.python-version }}
- run: python -m pip install -e ./[dev]
- run: python -m pytest
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_IO_TOKEN }}

build:
needs: test
Expand Down

0 comments on commit d7a37d4

Please sign in to comment.