Commit 5fee1e03 by Maurits van Beusekom Committed by GitHub

Remove test step since project doesn't contain tests

parent e5bd4e7f
...@@ -49,11 +49,6 @@ jobs: ...@@ -49,11 +49,6 @@ jobs:
run: flutter analyze run: flutter analyze
working-directory: ${{env.source-directory}} working-directory: ${{env.source-directory}}
# Run all unit-tests with code coverage
- name: Run unit tests
run: flutter test --coverage
working-directory: ${{env.source-directory}}
# Build Android version of the example app # Build Android version of the example app
- name: Run Android build - name: Run Android build
run: flutter build apk --release run: flutter build apk --release
...@@ -63,10 +58,3 @@ jobs: ...@@ -63,10 +58,3 @@ jobs:
- name: Run iOS build - name: Run iOS build
run: flutter build ios --release --no-codesign run: flutter build ios --release --no-codesign
working-directory: ${{env.example-directory}} working-directory: ${{env.example-directory}}
# Upload code coverage information
- uses: codecov/codecov-action@v1
with:
file: ${{env.source-directory}}/coverage/lcov.info # optional
name: permission_handler (App Facing Package) # optional
fail_ci_if_error: true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment