Skip to content

Commit

Permalink
fix: add lcov install before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brunogabriel committed Oct 17, 2024
1 parent 3efd8b6 commit 4a132a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ jobs:
uses: subosito/flutter-action@v1
with:
channel: "stable"

- name: Install lcov
run: sudo apt-get install -y lcov

- name: Install dependencies
run: flutter pub get
working-directory: pokedex

- name: Run tests
run: |
flutter test --coverage --reporter github
Expand Down

0 comments on commit 4a132a4

Please sign in to comment.