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@v4
70+ uses : codecov/codecov-action@v5
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 :
@@ -134,7 +134,7 @@ jobs:
134134 escapedPath="$(echo `pwd` | sed 's/\//\\\//g')"
135135 sed "s/^SF:lib/SF:$escapedPath\/lib/g" coverage/lcov.info > coverage/lcov-full.info
136136 - name : Upload code coverage
137- uses : codecov/codecov-action@v4
137+ uses : codecov/codecov-action@v5
138138 # Needs to be adapted to collect the coverage at all platforms if platform specific code is added.
139139 if : ${{ always() && matrix.os == 'ubuntu-latest' }}
140140 with :
You can’t perform that action at this time.
0 commit comments