File tree 8 files changed +16
-16
lines changed
8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -99,11 +99,11 @@ jobs:
99
99
flutter test --coverage --test-randomize-ordering-seed=random
100
100
101
101
# remove comment after https://github.com/codecov/codecov-action/issues/600
102
- # - uses: codecov/codecov-action@v2
103
- # if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'
104
- # with:
105
- # name: sentry_flutter
106
- # file: ./flutter/coverage/lcov.info
102
+ - uses : codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # pin@v3
103
+ if : runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'
104
+ with :
105
+ name : sentry_flutter
106
+ file : ./flutter/coverage/lcov.info
107
107
108
108
-
uses :
VeryGoodOpenSource/very_good_coverage@84e5b54ab888644554e5573dca87d7f76dec9fb3 # [email protected]
109
109
if : runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ dependencies:
12
12
path : ../../dart
13
13
14
14
dev_dependencies :
15
- lints : ^1 .0.1
15
+ lints : ^2 .0.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
11
11
path : ../../dart
12
12
13
13
dev_dependencies :
14
- build_runner : ^2.1.7
14
+ build_runner : ^2.1.8
15
15
build_web_compilers : ^3.2.2
16
- lints : ^1 .0.1
16
+ lints : ^2 .0.0
17
17
webdev : ^2.7.6
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ dev_dependencies:
18
18
test : ^1.21.1
19
19
coverage : ^1.3.0
20
20
mockito : ^5.1.0
21
- http : ^0.13.4
21
+ http : ^0.13.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
11
11
sentry :
12
12
path :
13
13
./../dart
14
- http : ^0.13.3
14
+ http : ^0.13.0
15
15
16
16
dev_dependencies :
17
- lints : ^1 .0.1
17
+ lints : ^2 .0.0
Original file line number Diff line number Diff line change 1
- include : package:pedantic/analysis_options .yaml
1
+ include : package:flutter_lints/flutter .yaml
2
2
3
3
analyzer :
4
4
errors :
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ dependencies:
15
15
sentry_flutter :
16
16
sentry_dio :
17
17
sentry_logging :
18
- universal_platform : ^1.0.0-nullsafety
18
+ universal_platform : ^1.0.0
19
19
feedback : ^2.0.0
20
20
provider : ^6.0.0
21
21
dio : ^4.0.0
22
- logging : ^1.0.2
22
+ logging : ^1.0.0
23
23
package_info_plus : ^3.0.0
24
24
25
25
dev_dependencies :
26
- pedantic : ^1.11.1
26
+ flutter_lints : ^2.0.0
27
27
sentry_dart_plugin : ^1.0.0-beta.1
28
28
integration_test :
29
29
sdk : flutter
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies:
35
35
sentry_dio :
36
36
sentry_logging :
37
37
dio : ^4.0.0
38
- logging : ^1.0.2
38
+ logging : ^1.0.0
39
39
40
40
dev_dependencies :
41
41
flutter_test :
You can’t perform that action at this time.
0 commit comments