Skip to content

Commit

Permalink
ci: remove coverage check
Browse files Browse the repository at this point in the history
Signed-off-by: Sahil Kumar <[email protected]>
  • Loading branch information
xsahil03x committed Jan 18, 2024
1 parent 464c36c commit c146df4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/super_pager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ jobs:
- name: 🧪 Run Tests
run: flutter test --no-pub --coverage --test-randomize-ordering-seed random

- name: 📊 Check Code Coverage
uses: VeryGoodOpenSource/very_good_coverage@v2
with:
min_coverage: 75

- name: 📁 Upload coverage to Codecov
uses: codecov/codecov-action@v3

Expand Down

0 comments on commit c146df4

Please sign in to comment.