Skip to content

Commit bb7e6f3

Browse files
committed
Added codecov secret back
1 parent e0977a6 commit bb7e6f3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
run: uvx hatch run ${{ matrix.env.name }}:coverage xml
8484
- name: Upload coverage
8585
uses: codecov/codecov-action@v4
86+
with:
87+
token: ${{ secrets.CODECOV_TOKEN }}
88+
8689

8790
# Check that all tests defined above pass. This makes it easy to set a single "required" test in branch
8891
# protection instead of having to update it frequently. See https://github.com/re-actors/alls-green#why.

0 commit comments

Comments
 (0)