We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0250bc commit 12bf06eCopy full SHA for 12bf06e
.rultor.yml
@@ -11,8 +11,7 @@ merge:
11
dart pub get
12
dart format --set-exit-if-changed lib/ test/ example/
13
dart analyze lib/ test/ example/
14
- dart test --coverage .
15
- bash <(curl -s https://codecov.io/bash)
+ dart test
16
dart pub publish --dry-run
17
release:
18
# updates pubspec.yaml's version attribute to $tag;
0 commit comments