Skip to content

Commit 09a97e7

Browse files
authored
ci: Bump codecov/codecov-action from 6 to 7 (#1152)
1 parent 4baa3ea commit 09a97e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
dart pub global activate coverage
6868
dart pub global run coverage:format_coverage -i coverage/test -o coverage/lcov.info --lcov --packages=.dart_tool/package_config.json --report-on=lib
6969
- name: Upload code coverage
70-
uses: codecov/codecov-action@v6
70+
uses: codecov/codecov-action@v7
7171
# Needs to be adapted to collect the coverage at all platforms if platform specific code is added.
7272
if: ${{ always() && matrix.os == 'ubuntu-latest' }}
7373
with:
@@ -141,7 +141,7 @@ jobs:
141141
escapedPath="$(echo `pwd` | sed 's/\//\\\//g')"
142142
sed "s/^SF:lib/SF:$escapedPath\/lib/g" coverage/lcov.info > coverage/lcov-full.info
143143
- name: Upload code coverage
144-
uses: codecov/codecov-action@v6
144+
uses: codecov/codecov-action@v7
145145
# Needs to be adapted to collect the coverage at all platforms if platform specific code is added.
146146
if: ${{ always() && matrix.os == 'ubuntu-latest' }}
147147
with:

0 commit comments

Comments
 (0)