Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
permission_handler
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songyanzhi
permission_handler
Commits
5fee1e03
Unverified
Commit
5fee1e03
authored
Feb 24, 2021
by
Maurits van Beusekom
Committed by
GitHub
Feb 24, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove test step since project doesn't contain tests
parent
e5bd4e7f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
.github/workflows/app_facing_package.yaml
+0
-12
No files found.
.github/workflows/app_facing_package.yaml
View file @
5fee1e03
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment