File tree Expand file tree Collapse file tree 5 files changed +4
-24
lines changed Expand file tree Collapse file tree 5 files changed +4
-24
lines changed Original file line number Diff line number Diff line change 3838 run : dart test
3939 - name : example
4040 run : .tools/example
41- - name : coverage
42- run : .tools/coverage
43- - name : upload coverage to codecov
44- uses : codecov/codecov-action@v1
45- with :
46- token : ${{ secrets.CODECOV_TOKEN }}
47- files : coverage/lcov.info
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ homepage: https://github.com/6thsolution/dart_sealed
55
66version : 1.5.0
77
8- # remove this when publishing
9- publish_to : ' none'
10-
118environment :
129 sdk : ' >=2.12.0 <3.0.0'
1310
Original file line number Diff line number Diff line change @@ -12,12 +12,10 @@ environment:
1212 sdk : ' >=2.12.0 <3.0.0'
1313
1414dependencies :
15- sealed_annotations :
16- path : ../sealed_annotations
15+ sealed_annotations : ' >=1.5.0 <1.6.0'
1716
1817dev_dependencies :
19- sealed_generators :
20- path : ../sealed_generators
18+ sealed_generators : ' >=1.5.0 <1.6.0'
2119 pedantic : ^1.11.0
2220 test : ^1.17.10
2321 build_runner : ^2.0.6
Original file line number Diff line number Diff line change @@ -5,17 +5,12 @@ homepage: https://github.com/6thsolution/dart_sealed
55
66version : 1.5.0
77
8- # remove this when publishing
9- publish_to : ' none'
10-
118environment :
129 sdk : ' >=2.12.0 <3.0.0'
1310
1411dependencies :
15- sealed_annotations :
16- path : ../sealed_annotations
17- sealed_writer :
18- path : ../sealed_writer
12+ sealed_annotations : ' >=1.5.0 <1.6.0'
13+ sealed_writer : ' >=1.5.0 <1.6.0'
1914 meta : ^1.7.0
2015 build : ^2.0.3
2116 source_gen : ^1.0.5
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ homepage: https://github.com/6thsolution/dart_sealed
55
66version : 1.5.0
77
8- # remove this when publishing
9- publish_to : ' none'
10-
118environment :
129 sdk : ' >=2.12.0 <3.0.0'
1310
You can’t perform that action at this time.
0 commit comments