Skip to content

Commit 76cb7d8

Browse files
committed
oops
1 parent 6fa1b97 commit 76cb7d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ jobs:
3131
- run: dart test
3232
if: matrix.sdk != 'dev' && steps.install.outcome == 'success'
3333

34-
- run: dart pub global run coverage:test_with_coverage
34+
- run: dart pub global activate coverage
3535
if: matrix.sdk == 'dev' && steps.install.outcome == 'success'
36+
id: install_pkg_coverage
37+
- run: dart pub global run coverage:test_with_coverage
38+
if: matrix.sdk == 'dev' && steps.install_pkg_coverage.outcome == 'success'
3639
id: test_with_coverage
3740
- uses: coverallsapp/github-action@master
3841
if: matrix.sdk == 'dev' && steps.test_with_coverage.outcome == 'success'

0 commit comments

Comments
 (0)