Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
truongsinh committed Jun 3, 2019
1 parent da8807d commit 6a662cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ test_task:
CODECOV_TOKEN: ENCRYPTED[fa57a1dda8bca6ad45ef10043f632b68b7824b60c634415f741a847788c1a44ae9374155e3af3346fb9b6d72bac0e1d3]
test_script:
- dart tools/server.dart & # start websocket server
- pub global activate test_coverage
- test_coverage
# workaround until https://github.com/cirruslabs/docker-images-flutter/pull/18
- sudo apt-get update &&
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
.buildlog/
.history
.svn/
test/.test_coverage.dart
coverage/

# IntelliJ related
*.iml
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ environment:

dev_dependencies:
test: any
test_coverage: any

0 comments on commit 6a662cc

Please sign in to comment.