We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477ea85 commit f671fe6Copy full SHA for f671fe6
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: actions/setup-java@v3
15
with:
16
- distribution: 'adopt'
+ distribution: "adopt"
17
java-version: "14.x"
18
19
- uses: subosito/flutter-action@v2
@@ -29,11 +29,11 @@ jobs:
29
30
- run: flutter test --coverage
31
32
- - name: Upload coverage to Codecov
33
- uses: codecov/codecov-action@v3
+ - name: Upload coverage reports to Codecov
+ uses: codecov/codecov-action@v5
34
35
token: ${{ secrets.CODECOV_TOKEN }}
36
- file: coverage/lcov.info
+ slug: hyochan/flutter_inapp_purchase
37
38
# - run: flutter build apk
39
0 commit comments