Skip to content

Commit

Permalink
remove dart_coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
kb0 committed Sep 18, 2023
1 parent f3a8f02 commit ce176c8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
- name: Analyze project source
run: dart analyze --fatal-warnings --fatal-infos --verbose .

- name: Activate code coverage
run: dart pub global activate dart_coveralls

- name: Analyze code coverage
run: dart_coveralls report --debug --exclude-test-files --token=$COVERALLS_REPO_TOKEN test/all_test.dart

test:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit ce176c8

Please sign in to comment.