Skip to content

Commit

Permalink
Updates action to use test_coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCardonaRojas committed Jul 4, 2021
1 parent aedc16c commit 0953b2f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,11 @@ jobs:
flutter-version: "2.0.0"
- name: "Fetch dependencies"
run: flutter pub get
- name: "Install test_coverage"
run: dart pub global activate test_coverage
- name: "Run tests"
run: flutter test
- name: "Collect coverage data"
run: test_coverage
- name: "Publish to Codecov"
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit 0953b2f

Please sign in to comment.