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
f8e1b8d9
Unverified
Commit
f8e1b8d9
authored
Mar 15, 2021
by
Maurits van Beusekom
Committed by
GitHub
Mar 15, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #484 from Baseflow/support_codecov_workflow
Support codecov workflow
parents
3227538b
ee7fbbab
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
4 deletions
+30
-4
.github/PULL_REQUEST_TEMPLATE.md
+6
-4
.github/workflows/app_facing_package.yaml
+12
-0
.github/workflows/platform_interface_package.yaml
+12
-0
No files found.
.github/PULL_REQUEST_TEMPLATE.md
View file @
f8e1b8d9
...
...
@@ -18,7 +18,9 @@
### :thinking: Checklist before submitting
-
[
]
All projects build
-
[
]
Follows style guide lines (
[
code style guide
](
https://github.com/Baseflow/flutter-permission-handler/blob/develop/CONTRIBUTING.md
)
)
-
[
]
Relevant documentation was updated
-
[
]
Rebased onto current develop
-
[
]
I made sure all projects build.
-
[
]
I updated pubspec.yaml with an appropriate new version according to the pub versioning philosophy.
-
[
]
I updated CHANGELOG.md to add a description of the change.
-
[
]
I followed the style guide lines (
[
code style guide
](
https://github.com/Baseflow/flutter-permission-handler/blob/develop/CONTRIBUTING.md
)
).
-
[
]
I updated the relevant documentation.
-
[
]
I rebased onto current
`master`
.
.github/workflows/app_facing_package.yaml
View file @
f8e1b8d9
...
...
@@ -58,3 +58,15 @@ jobs:
-
name
:
Run iOS build
run
:
flutter build ios --release --no-codesign
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 @
f8e1b8d9
...
...
@@ -47,4 +47,16 @@ jobs:
-
name
:
Run Flutter Analyzer
run
:
flutter analyze
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