Skip to content

Commit e660a68

Browse files
authored
Don't collect coverage on Windows (#276)
it's been failing forever
1 parent 4321aec commit e660a68

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/cli_config.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,3 @@ jobs:
7878

7979
- run: dart test
8080
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-
if: ${{ matrix.sdk == 'stable' }}
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-
if: ${{ matrix.sdk == 'stable' }}

0 commit comments

Comments
 (0)