diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfd5252..525e679 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/**/*