Skip to content

Commit

Permalink
Don't collect coverage on Windows (#276)
Browse files Browse the repository at this point in the history
it's been failing forever
  • Loading branch information
kevmoo authored Jun 24, 2024
1 parent 4321aec commit e660a68
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/cli_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,3 @@ jobs:

- run: dart test
if: ${{matrix.run-tests}}

- name: Install coverage
run: dart pub global activate coverage
if: ${{ matrix.sdk == 'stable' }}
- name: Collect coverage
run: dart pub global run coverage:test_with_coverage
if: ${{ matrix.sdk == 'stable' }}
- name: Upload coverage
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: cli_config_windows
path-to-lcov: ./pkgs/cli_config/coverage/lcov.info
if: ${{ matrix.sdk == 'stable' }}

0 comments on commit e660a68

Please sign in to comment.