Skip to content

Commit

Permalink
Add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
marinofelipe committed Apr 21, 2024
1 parent 70f9c87 commit e640894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Execute fastlane `test`
run: bundle exec fastlane test
- name: Report code coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
gcov_path_exclude: Tests/**/*

0 comments on commit e640894

Please sign in to comment.