We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa1b97 commit 76cb7d8Copy full SHA for 76cb7d8
.github/workflows/ci.yml
@@ -31,8 +31,11 @@ jobs:
31
- run: dart test
32
if: matrix.sdk != 'dev' && steps.install.outcome == 'success'
33
34
- - run: dart pub global run coverage:test_with_coverage
+ - run: dart pub global activate coverage
35
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'
39
id: test_with_coverage
40
- uses: coverallsapp/github-action@master
41
if: matrix.sdk == 'dev' && steps.test_with_coverage.outcome == 'success'
0 commit comments