dev - fix exports #47
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#name: Dart CI | |
#on: | |
# push: | |
# branches: [main] | |
# pull_request: | |
# branches: [main] | |
#jobs: | |
# test: | |
# defaults: | |
# run: | |
# working-directory: ./ | |
# runs-on: ubuntu-latest | |
# steps: | |
# - name: Start Job | |
# uses: actions/checkout@v1 | |
# - name: Install Flutter | |
# uses: subosito/flutter-action@v1 | |
# with: | |
# flutter-version: "2.8.1" | |
# channel: "stable" | |
# - name: Get Packages | |
# run: flutter pub get | |
# - name: Test Coverage | |
# run: flutter test --coverage | |
# - name: Insall VeryGoodCoverage | |
# uses: codecov/[email protected] | |
# - name: Very Good Coverage | |
# uses: VeryGoodOpenSource/[email protected] |