Skip to content

Commit f671fe6

Browse files
committed
ci: fix codecov
1 parent 477ea85 commit f671fe6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-java@v3
1515
with:
16-
distribution: 'adopt'
16+
distribution: "adopt"
1717
java-version: "14.x"
1818

1919
- uses: subosito/flutter-action@v2
@@ -29,11 +29,11 @@ jobs:
2929

3030
- run: flutter test --coverage
3131

32-
- name: Upload coverage to Codecov
33-
uses: codecov/codecov-action@v3
32+
- name: Upload coverage reports to Codecov
33+
uses: codecov/codecov-action@v5
3434
with:
3535
token: ${{ secrets.CODECOV_TOKEN }}
36-
file: coverage/lcov.info
36+
slug: hyochan/flutter_inapp_purchase
3737

3838
# - run: flutter build apk
3939

0 commit comments

Comments
 (0)