Skip to content

Commit c138007

Browse files
committed
Secret
1 parent caee7d6 commit c138007

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ jobs:
3030

3131
- name: Upload coverage to Codecov
3232
uses: codecov/codecov-action@v4
33+
with:
34+
token: ${{ secrets.CODECOV_TOKEN }} # required
35+
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)