Skip to content

Commit

Permalink
feat: setup test-coverage in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bukunmialuko committed Sep 1, 2024
1 parent 3f51ae1 commit 61ad02c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr_run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- uses: actions/checkout@v2
- name: Very Good Coverage
uses: VeryGoodOpenSource/very_good_coverage@v2
run: |
flutter test --coverage
with:
path: "./coverage/lcov.info"
min_coverage: 4
Expand Down

0 comments on commit 61ad02c

Please sign in to comment.