Skip to content

Commit

Permalink
ci: added codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
desusai7 committed Jun 19, 2024
1 parent 73f0d47 commit 5406743
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
- name: Upload coverage report
if: ${{ matrix.platform.os == 'iOS' }}
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457
with:
token: ${{ secrets.CODECOV_TOKEN }}

test-package:
name: Test Swift package using Xcode ${{ matrix.xcode }}
Expand Down

0 comments on commit 5406743

Please sign in to comment.