File tree Expand file tree Collapse file tree 5 files changed +1
-35
lines changed Expand file tree Collapse file tree 5 files changed +1
-35
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,7 @@ name: Dart
22
33on :
44 push :
5- branches : [ master ]
6- pull_request :
7- branches : [ master ]
5+ branches : [ pub ]
86
97jobs :
108 build :
3836 run : dart test
3937 - name : example
4038 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 @@ -21,12 +21,3 @@ dev_dependencies:
2121 lints : any
2222 test : any
2323 build_runner : any
24-
25- # remove this on pub branch
26- dependency_overrides :
27- sealed_annotations :
28- path : ../sealed_annotations
29- sealed_writer :
30- path : ../sealed_writer
31- sealed_generators :
32- path : ../sealed_generators
Original file line number Diff line number Diff line change @@ -15,6 +15,3 @@ dependencies:
1515dev_dependencies :
1616 lints : any
1717 test : any
18-
19- # remove this on pub branch
20- publish_to : ' none'
Original file line number Diff line number Diff line change @@ -22,13 +22,3 @@ dev_dependencies:
2222 lints : any
2323 test : any
2424 build_test : any
25-
26- # remove this on pub branch
27- publish_to : ' none'
28-
29- # remove this on pub branch
30- dependency_overrides :
31- sealed_annotations :
32- path : ../sealed_annotations
33- sealed_writer :
34- path : ../sealed_writer
Original file line number Diff line number Diff line change @@ -11,6 +11,3 @@ environment:
1111dev_dependencies :
1212 lints : any
1313 test : any
14-
15- # remove this on pub branch
16- publish_to : ' none'
You can’t perform that action at this time.
0 commit comments