Skip to content

Commit

Permalink
chore: remove flutter test coverage from gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-braz committed Feb 28, 2022
1 parent 831c983 commit abecb48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- run: mkdir build
- run: dart pub get
- run: dartanalyzer .
- run: flutter test --coverage
- run: pub global activate --source path ../dlcov
- run: dlcov -c 0
- uses: codecov/codecov-action@v1
Expand Down

0 comments on commit abecb48

Please sign in to comment.