Skip to content

Commit 12bf06e

Browse files
committed
ci: fix .rultor.yml
1 parent d0250bc commit 12bf06e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.rultor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ merge:
1111
dart pub get
1212
dart format --set-exit-if-changed lib/ test/ example/
1313
dart analyze lib/ test/ example/
14-
dart test --coverage .
15-
bash <(curl -s https://codecov.io/bash)
14+
dart test
1615
dart pub publish --dry-run
1716
release:
1817
# updates pubspec.yaml's version attribute to $tag;

0 commit comments

Comments
 (0)