Skip to content

Commit

Permalink
remove code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepighetti committed Dec 19, 2022
1 parent b961577 commit 98e1c14
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@ jobs:
- name: Run tests
run: flutter test

coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
- name: Get coverage
run: flutter test --coverage
- uses: romeovs/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

format:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 98e1c14

Please sign in to comment.