Skip to content

Commit 201a0ce

Browse files
committed
chore: try to fix global coverage.
1 parent 3eee848 commit 201a0ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dart.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ jobs:
4848
run: |
4949
flutter test --coverage
5050
51+
- name: Run tests - http_cache_core
52+
working-directory: http_cache_core
53+
run: |
54+
flutter test --coverage
55+
5156
# Run store tests.
5257
- name: Run tests - Drift store
5358
working-directory: http_cache_drift_store

0 commit comments

Comments
 (0)