Skip to content

Commit

Permalink
Merge pull request #203 from wwt/codecov-update
Browse files Browse the repository at this point in the history
Updates codecov action version in pipeline.
  • Loading branch information
Tyler-Keith-Thompson committed Apr 12, 2022
2 parents 8d92e87 + 7e15e63 commit 863b0ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
run: bundle exec fastlane unit_test
working-directory: ${{ env.working-directory }}
- name: Codecov
uses: codecov/codecov-action@v1.5.2
uses: codecov/codecov-action@v3.0.0
with:
fail_ci_if_error: true
- name: Upload Test logs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PR_CI.yml
@@ -1,6 +1,6 @@
name: PR_CI

on: [ pull_request ]
on: [ pull_request, workflow_dispatch ]

jobs:
test:
Expand All @@ -14,7 +14,7 @@ jobs:
run: bundle exec fastlane unit_test
working-directory: ${{ env.working-directory }}
- name: Codecov
uses: codecov/codecov-action@v1.5.2
uses: codecov/codecov-action@v3.0.0
with:
fail_ci_if_error: true
- name: Upload Test logs
Expand Down

0 comments on commit 863b0ba

Please sign in to comment.