Skip to content

Commit

Permalink
test(ci): update codecov action to current
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Apr 10, 2024
1 parent 252493a commit d16d7b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_e2e_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
yarn tests:android:test-cover --headless
yarn tests:android:test:jacoco-report
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
verbose: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_e2e_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
name: simulator_log
path: simulator.log

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
verbose: true

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 @@ -54,7 +54,7 @@ jobs:
command: yarn && yarn lerna:prepare
- name: Jest
run: yarn tests:jest-coverage
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
verbose: true
- uses: actions/cache/save@v4
Expand Down

0 comments on commit d16d7b5

Please sign in to comment.