Skip to content

Commit a3226e7

Browse files
committed
Add codecov action
1 parent c64e8ae commit a3226e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ jobs:
3434
python-version: ${{ matrix.python-version }}
3535
- run: python -m pip install tox
3636
- run: tox -f py$(echo ${{ matrix.python-version }} | tr -d .)
37+
- uses: codecov/codecov-action@v4
38+
with:
39+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)