diff --git a/.github/workflows/ci-ui-tests.yml b/.github/workflows/ci-ui-tests.yml index 28d7a2894..eee39fd4f 100644 --- a/.github/workflows/ci-ui-tests.yml +++ b/.github/workflows/ci-ui-tests.yml @@ -57,3 +57,7 @@ jobs: # Main step - name: UI tests run: bundle exec fastlane uitest + + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v3 + \ No newline at end of file