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
93da3787
Commit
93da3787
authored
Mar 15, 2021
by
Maurits van Beusekom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added codecov to workflow
parent
3227538b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
.github/workflows/app_facing_package.yaml
+12
-0
.github/workflows/platform_interface_package.yaml
+12
-0
No files found.
.github/workflows/app_facing_package.yaml
View file @
93da3787
...
@@ -58,3 +58,15 @@ jobs:
...
@@ -58,3 +58,15 @@ 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}}
# Run all unit-tests with code coverage
-
name
:
Run unit tests
run
:
flutter test --coverage
working-directory
:
${{env.source-directory}}
# Upload code coverage information
-
uses
:
codecov/codecov-action@v1
with
:
file
:
${{env.source-directory}}/coverage/lcov.info
# optional
name
:
permission_handler (Platform Interface Package)
# optional
fail_ci_if_error
:
true
.github/workflows/platform_interface_package.yaml
View file @
93da3787
...
@@ -47,4 +47,16 @@ jobs:
...
@@ -47,4 +47,16 @@ jobs:
-
name
:
Run Flutter Analyzer
-
name
:
Run Flutter Analyzer
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}}
# Upload code coverage information
-
uses
:
codecov/codecov-action@v1
with
:
file
:
${{env.source-directory}}/coverage/lcov.info
# optional
name
:
permission_handler (Platform Interface 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