Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/tests_e2e_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:

# https://github.com/codecov/codecov-action/releases
- name: Upload Codecov e2e TS (Android)
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1
continue-on-error: true
with:
files: coverage/lcov.info
Expand All @@ -297,7 +297,7 @@ jobs:

# Merged unit (*.exec) + e2e (*.ec) from jacocoTestReport (post-e2e-coverage).
- name: Upload Codecov Android native
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1
continue-on-error: true
with:
files: tests/android/app/build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests_e2e_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ jobs:

# https://github.com/codecov/codecov-action/releases
- name: Upload Codecov e2e TS (iOS)
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1
if: contains(matrix.buildmode, 'debug')
continue-on-error: true
with:
Expand All @@ -537,7 +537,7 @@ jobs:
verbose: true

- name: Upload Codecov iOS native
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1
if: contains(matrix.buildmode, 'debug')
continue-on-error: true
with:
Expand All @@ -547,7 +547,7 @@ jobs:
verbose: true

- name: Upload Codecov iOS Ruby
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1
if: matrix.buildmode == 'debug' && matrix.dep-resolution == 'spm'
continue-on-error: true
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_e2e_other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
run: yarn tests:macos:test-cover

# https://github.com/codecov/codecov-action/releases
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
- uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1
continue-on-error: true
with:
files: coverage/lcov.info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Jest
run: yarn tests:jest-coverage
# https://github.com/codecov/codecov-action/releases
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
- uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1
with:
files: coverage/lcov.info
flags: jest
Expand Down
Loading