We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4321aec commit e660a68Copy full SHA for e660a68
.github/workflows/cli_config.yml
@@ -78,17 +78,3 @@ jobs:
78
79
- run: dart test
80
if: ${{matrix.run-tests}}
81
-
82
- - name: Install coverage
83
- run: dart pub global activate coverage
84
- if: ${{ matrix.sdk == 'stable' }}
85
- - name: Collect coverage
86
- run: dart pub global run coverage:test_with_coverage
87
88
- - name: Upload coverage
89
- uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63
90
- with:
91
- github-token: ${{ secrets.GITHUB_TOKEN }}
92
- flag-name: cli_config_windows
93
- path-to-lcov: ./pkgs/cli_config/coverage/lcov.info
94
0 commit comments