Skip to content

Commit

Permalink
fix code coverage steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kb0 committed May 26, 2021
1 parent 18ed5d2 commit 0d52931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
run: dart analyze --fatal-warnings --fatal-infos --verbose .

- name: Activate code coverage
run: - pub global activate dart_coveralls
run: 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
run: dart_coveralls report --debug --exclude-test-files --token=$COVERALLS_REPO_TOKEN test/all_test.dart

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

0 comments on commit 0d52931

Please sign in to comment.