Skip to content

Commit

Permalink
💚 Fix CI coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed May 14, 2023
1 parent 471822a commit d38ae76
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions mono_repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,54 +10,6 @@ github:
branches:
- master
- develop
# on_completion:
# - name: Coverage
# runs-on: ubuntu-latest
# strategy:
# matrix:
# package: [ chopper, chopper_built_value, chopper_generator ]
# steps:
# - name: Cache Pub hosted dependencies
# uses: actions/cache@v3
# with:
# path: "~/.pub-cache/hosted"
# key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:${{ matrix.package }};commands:coverage"
# restore-keys: |
# os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:${{ matrix.package }}
# os:ubuntu-latest;pub-cache-hosted;sdk:stable
# os:ubuntu-latest;pub-cache-hosted
# os:ubuntu-latest
# - name: Setup Dart SDK
# uses: dart-lang/setup-dart@v1
# with:
# sdk: stable
# - id: checkout
# uses: actions/checkout@v3
# - id: pub_upgrade
# name: dart pub upgrade
# if: "always() && steps.checkout.conclusion == 'success'"
# working-directory: ${{ matrix.package }}
# run: dart pub upgrade
# - id: install
# name: Install coverage packages
# if: "always() && steps.pub_upgrade.conclusion == 'success'"
# working-directory: ${{ matrix.package }}
# run: |
# dart pub global activate coverage
# dart pub global activate remove_from_coverage
# - id: coverage
# name: Collect and report coverage
# if: "always() && steps.install.conclusion == 'success'"
# working-directory: ${{ matrix.package }}
# run: |
# dart pub global run coverage:test_with_coverage
# dart pub global run remove_from_coverage:remove_from_coverage -f coverage/lcov.info -r '\.g\.dart$'
# - name: Upload coverage
# uses: codecov/codecov-action@v3
# if: "always() && steps.coverage.conclusion == 'success'"
# with:
# file: ./${{ matrix.package }}/coverage/lcov.info
# verbose: true

merge_stages:
- analyzer_and_format
Expand Down

0 comments on commit d38ae76

Please sign in to comment.