Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent a9d5c01 commit b50dd0e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sugar_integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart run coverage:test_with_coverage test ./integration_test/
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: ./sugar/coverage/lcov.info

Expand All @@ -47,7 +47,7 @@ jobs:
- run: dart pub get
- run: chmod +x ./integration_test/src/time/zone/platform/platform_provider_test_macos.sh
- run: ./integration_test/src/time/zone/platform/platform_provider_test_macos.sh
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: ./sugar/coverage/lcov.info

Expand All @@ -63,7 +63,7 @@ jobs:
- run: dart pub get
- run: chmod +x ./integration_test/src/time/zone/platform/platform_provider_test_linux.sh
- run: ./integration_test/src/time/zone/platform/platform_provider_test_linux.sh
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: ./sugar/coverage/lcov.info

Expand All @@ -85,6 +85,6 @@ jobs:
- run: dart pub get
- run: chmod +x ./integration_test/src/time/zone/platform/platform_provider_test_browser.sh
- run: ./integration_test/src/time/zone/platform/platform_provider_test_browser.sh
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: ./sugar/coverage/lcov.info
10 changes: 5 additions & 5 deletions .github/workflows/sugar_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: sudo apt-get update -y
- run: sudo apt-get install -y lcov
- run: lcov --remove ./coverage/lcov.info '**.g.dart' -o ./coverage/lcov.info
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: ./sugar/coverage/lcov.info

Expand All @@ -38,7 +38,7 @@ jobs:
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart run coverage:test_with_coverage test ./integration_test/
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: ./sugar/coverage/lcov.info

Expand All @@ -54,7 +54,7 @@ jobs:
- run: dart pub get
- run: chmod +x ./integration_test/src/time/zone/platform/platform_provider_test_macos.sh
- run: ./integration_test/src/time/zone/platform/platform_provider_test_macos.sh
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: ./sugar/coverage/lcov.info

Expand All @@ -70,7 +70,7 @@ jobs:
- run: dart pub get
- run: chmod +x ./integration_test/src/time/zone/platform/platform_provider_test_linux.sh
- run: ./integration_test/src/time/zone/platform/platform_provider_test_linux.sh
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: ./sugar/coverage/lcov.info

Expand All @@ -92,7 +92,7 @@ jobs:
- run: dart pub get
- run: chmod +x ./integration_test/src/time/zone/platform/platform_provider_test_browser.sh
- run: ./integration_test/src/time/zone/platform/platform_provider_test_browser.sh
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: ./sugar/coverage/lcov.info

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sugar_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
- run: sudo apt-get update -y
- run: sudo apt-get install -y lcov
- run: lcov --remove ./coverage/lcov.info '**.g.dart' -o ./coverage/lcov.info
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: ./sugar/coverage/lcov.info

0 comments on commit b50dd0e

Please sign in to comment.