Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tokku5552 committed Feb 22, 2021
1 parent bc5a2f3 commit 3a885ae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ This project uses Git-Flow

## Testing
To test on MacOS, execute the following command
> flutter test --coverage
> genhtml coverage/lcov.info -o coverage/html
```
flutter test --coverage
genhtml coverage/lcov.info -o coverage/html
```

## Libraries
- provider: ^4.3.2+2
Expand All @@ -26,4 +28,4 @@ To test on MacOS, execute the following command
## License
Copyright (c) 2020 tokku5552
This software is released under the MIT License.
https://opensource.org/licenses/mit-license.php
https://opensource.org/licenses/mit-license.php

0 comments on commit 3a885ae

Please sign in to comment.