Skip to content

Commit

Permalink
sets codecov token from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
CSchoel committed Sep 30, 2024
1 parent 2e24f24 commit c5a99da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
python-version: ${{ matrix.python }}
- run: pip install ".${{ matrix.extras }}"
- run: pip install codecov .
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- run: coverage run -m unittest nolds.test_measures
- run: codecov
if: ${{ matrix.python == '3.10' && matrix.extras != '' }}

0 comments on commit c5a99da

Please sign in to comment.