Skip to content

Commit

Permalink
Add Codecov org token
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Apr 10, 2024
1 parent 9b3b1eb commit 99b3550
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
tox -e py
- name: Upload coverage
uses: codecov/codecov-action@v4.1.1
uses: codecov/codecov-action@v4
with:
flags: ${{ matrix.python-version }}
name: Python ${{ matrix.python-version }}
env:
token: ${{ secrets.CODECOV_ORG_TOKEN }}

0 comments on commit 99b3550

Please sign in to comment.