Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
xvrh committed Feb 22, 2024
1 parent 640a2a6 commit 0e1f6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
sdk: 'stable'
- uses: actions/checkout@v4
- run: dart pub get
- run: dart test
- run: dart test --coverage=coverage
- name: Install coverage tools
run: dart pub global activate coverage
- name: format coverage
Expand Down

0 comments on commit 0e1f6fa

Please sign in to comment.