Skip to content

Commit

Permalink
ci: add steps to ensure code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
juanleondev committed Sep 8, 2023
1 parent 161cba7 commit 4c7de20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit_test_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
run: |
flutter pub get
sudo apt-get install -y lcov
- name: Running analyzer
run: flutter analyze
- name: Running formatter
run: flutter format --set-exit-if-changed .
- name: Running mobile tests
run: flutter test --coverage
- name: Running web tests
Expand Down

0 comments on commit 4c7de20

Please sign in to comment.