File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments