Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
judsonjames authored Feb 6, 2024
1 parent a692b5d commit 7b98836
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,21 @@ jobs:
- name: Get dependencies
run: flutter pub get

- name: Generate full coverage test
run: dart run full_coverage
# - name: Generate full coverage test
# run: dart run full_coverage

- name: Generate mocks
run: dart run build_runner build
# - name: Generate mocks
# run: dart run build_runner build

- name: Run tests
run: flutter test --coverage
# - name: Run tests
# run: flutter test --coverage

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: flutter-coverage
files: coverage/lcov.info
# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# name: flutter-coverage
# files: coverage/lcov.info

build:
strategy:
Expand Down

0 comments on commit 7b98836

Please sign in to comment.