Skip to content

Commit e26c284

Browse files
authored
✨ Adds codecov (#85)
1 parent 546f4f2 commit e26c284

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
- run: bundle exec danger
1010
- run: flutter doctor
1111
- run: pub get
12-
- run: flutter test
12+
- run: flutter test --coverage
13+
- run: bash <(curl -s https://codecov.io/bash)
1314
- run: dartanalyzer --options analysis_options.yaml --fatal-warnings lib
1415
android_test:
1516
working_directory: ~/project/example/android

0 commit comments

Comments
 (0)