Skip to content

Commit

Permalink
fix codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisChoupault committed Mar 3, 2025
1 parent 0d60e6d commit 2c925bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ jobs:

- name: Upload combined coverage report to Codecov
uses: codecov/codecov-action@v5
env:
token: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
files: ./coverage/lcov.info,./build/reports/ios-coverage.xml,./android/build/reports/jacocoTestReport.xml

0 comments on commit 2c925bd

Please sign in to comment.