Skip to content

Commit 985e66e

Browse files
added codecov support
1 parent bc6ef21 commit 985e66e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/smoke-checks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ jobs:
7777
xcode: "13.0"
7878
- name: Run Tests (Debug)
7979
run: bundle exec fastlane test_ui device:"iPhone 12 (15.0)"
80-
- uses: 8398a7/action-slack@v3
80+
- uses: codecov/codecov-action@v1
8181
with:
82-
status: ${{ job.status }}
83-
text: "You shall not pass!"
84-
job_name: "Test UI (Debug)"
85-
fields: message,commit,author,action,workflow,job,took
82+
token: ${{ secrets.CODECOV_TOKEN }}
83+
flags: unit-tests
84+
fail_ci_if_error: true # if codecov upload fails, should fail ci
85+
verbose: true
8686
env:
8787
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
8888
MATRIX_CONTEXT: ${{ toJson(matrix) }}

0 commit comments

Comments
 (0)