File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 57
57
- name : Convert coverage to lcov
58
58
run : dart run coverage:format_coverage -i ./coverage -o ./coverage/lcov.info --lcov --report-on lib/
59
59
- uses : coverallsapp/github-action@v2
60
- with :
61
- flag-name : linux
62
- parallel : true
60
+ with :
61
+ flag-name : linux
62
+ parallel : true
63
63
macos-14 :
64
64
name : webcrypto on macOS 14 desktop / Chrome
65
65
runs-on : macos-14 # Test with xcode 15
@@ -153,14 +153,14 @@ jobs:
153
153
- run : flutter pub run test -p vm,chrome,firefox
154
154
# Test with coverage collection as a separate step.
155
155
# This will run in debug mode, so we test both with and without coverage.
156
- - run : xvfb-run flutter pub run test -p vm,chrome,firefox --coverage ./coverage
156
+ - run : flutter pub run test -p vm,chrome,firefox --coverage ./coverage
157
157
# Report collected coverage
158
158
- name : Convert coverage to lcov
159
159
run : dart run coverage:format_coverage -i ./coverage -o ./coverage/lcov.info --lcov --report-on lib/
160
160
- uses : coverallsapp/github-action@v2
161
- with :
162
- flag-name : windows
163
- parallel : true
161
+ with :
162
+ flag-name : windows
163
+ parallel : true
164
164
ios :
165
165
name : webcrypto on iOS emulator (iPhone)
166
166
runs-on : macos-14
You can’t perform that action at this time.
0 commit comments