Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,29 +57,4 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}

shelf_modular:
name: shelf modular
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.10.6'

- name: get packages
run: flutter pub get
working-directory: shelf_modular

- name: Flutter Test
run: flutter test --coverage --coverage-path ../coverage/lcov.info
working-directory: shelf_modular

- name: Codecov GitHub Action
uses: codecov/codecov-action@v2.0.3
with:
token: ${{ secrets.CODECOV_TOKEN }}

2 changes: 0 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ environment:
workspace:
- modular_core
- flutter_modular
- shelf_modular
# examples
- flutter_modular/example
- shelf_modular/example
Loading