Skip to content

Commit d2b4f8c

Browse files
committed
ci(all): prepare to publish
1 parent b4ae7c7 commit d2b4f8c

File tree

5 files changed

+1
-35
lines changed

5 files changed

+1
-35
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: Dart
22

33
on:
44
push:
5-
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
5+
branches: [ pub ]
86

97
jobs:
108
build:
@@ -38,10 +36,3 @@ jobs:
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

example/pubspec.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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

sealed_annotations/pubspec.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,3 @@ dependencies:
1515
dev_dependencies:
1616
lints: any
1717
test: any
18-
19-
# remove this on pub branch
20-
publish_to: 'none'

sealed_generators/pubspec.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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

sealed_writer/pubspec.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@ environment:
1111
dev_dependencies:
1212
lints: any
1313
test: any
14-
15-
# remove this on pub branch
16-
publish_to: 'none'

0 commit comments

Comments
 (0)