Skip to content

Commit 5406743

Browse files
committed
ci: added codecov token
1 parent 73f0d47 commit 5406743

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
- name: Upload coverage report
5353
if: ${{ matrix.platform.os == 'iOS' }}
5454
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457
55+
with:
56+
token: ${{ secrets.CODECOV_TOKEN }}
5557

5658
test-package:
5759
name: Test Swift package using Xcode ${{ matrix.xcode }}

0 commit comments

Comments
 (0)