File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 96
96
cd drift
97
97
flutter test --coverage --test-randomize-ordering-seed=random
98
98
99
- - uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v3
99
+ - uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # pin@v3
100
100
if : runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'
101
101
with :
102
102
name : sentry_drift
Original file line number Diff line number Diff line change 98
98
flutter test --coverage --test-randomize-ordering-seed=random
99
99
dart run remove_from_coverage -f coverage/lcov.info -r 'binding.dart'
100
100
101
- - uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v3
101
+ - uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # pin@v3
102
102
if : matrix.sdk == 'stable' && matrix.target == 'linux'
103
103
with :
104
104
name : sentry_flutter
Original file line number Diff line number Diff line change 96
96
cd isar
97
97
flutter test -j 1 --coverage --test-randomize-ordering-seed=random
98
98
99
- - uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v3
99
+ - uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # pin@v3
100
100
if : runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'
101
101
with :
102
102
name : sentry_isar
Original file line number Diff line number Diff line change 96
96
cd sqflite
97
97
flutter test --coverage --test-randomize-ordering-seed=random
98
98
99
- - uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v3
99
+ - uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # pin@v3
100
100
if : runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'
101
101
with :
102
102
name : sentry_sqflite
You can’t perform that action at this time.
0 commit comments