Skip to content

Commit 863b0ba

Browse files
Merge pull request #203 from wwt/codecov-update
Updates codecov action version in pipeline.
2 parents 8d92e87 + 7e15e63 commit 863b0ba

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: bundle exec fastlane unit_test
1818
working-directory: ${{ env.working-directory }}
1919
- name: Codecov
20-
uses: codecov/codecov-action@v1.5.2
20+
uses: codecov/codecov-action@v3.0.0
2121
with:
2222
fail_ci_if_error: true
2323
- name: Upload Test logs

.github/workflows/PR_CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: PR_CI
22

3-
on: [ pull_request ]
3+
on: [ pull_request, workflow_dispatch ]
44

55
jobs:
66
test:
@@ -14,7 +14,7 @@ jobs:
1414
run: bundle exec fastlane unit_test
1515
working-directory: ${{ env.working-directory }}
1616
- name: Codecov
17-
uses: codecov/codecov-action@v1.5.2
17+
uses: codecov/codecov-action@v3.0.0
1818
with:
1919
fail_ci_if_error: true
2020
- name: Upload Test logs

0 commit comments

Comments
 (0)