Skip to content

Commit

Permalink
Revert ":arrow_up: Bump codecov/codecov-action from 3 to 4 (#571)" (#572
Browse files Browse the repository at this point in the history
)
  • Loading branch information
techouse authored Feb 8, 2024
1 parent 3af6e4e commit 4a1de44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
if: "always() && steps.chopper_pub_upgrade.conclusion == 'success'"
working-directory: chopper
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
files: chopper/coverage/lcov.info
fail_ci_if_error: true
Expand All @@ -148,7 +148,7 @@ jobs:
if: "always() && steps.chopper_built_value_pub_upgrade.conclusion == 'success'"
working-directory: chopper_built_value
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
files: chopper_built_value/coverage/lcov.info
fail_ci_if_error: true
Expand All @@ -163,7 +163,7 @@ jobs:
if: "always() && steps.chopper_generator_pub_upgrade.conclusion == 'success'"
working-directory: chopper_generator
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
files: chopper_generator/coverage/lcov.info
fail_ci_if_error: true
Expand Down

0 comments on commit 4a1de44

Please sign in to comment.