Skip to content

Commit

Permalink
(CI) Run analyzer during build
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromassango committed Nov 12, 2020
1 parent 091cb9b commit 08d0b31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
channel: stable
- run: flutter pub get
- run: flutter analyze
- run: pub global activate coverage
- run: flutter test --coverage
- run: bash <(curl -s https://codecov.io/bash) -f coverage/lcov.info

0 comments on commit 08d0b31

Please sign in to comment.