Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jonatas
2020-09-19 12:55:45 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a1cfbb349f953df92baff11d304d30e05458c1b6
a1cfbb34
1 parent
ec142bc9
change flutter test for dart tests on instance and rx dependencies
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
30 deletions
.github/workflows/get_instance.yaml
.github/workflows/get_rx.yaml
.github/workflows/get_instance.yaml
View file @
a1cfbb3
...
...
@@ -21,21 +21,16 @@ jobs:
working-directory
:
packages/get_instance
runs-on
:
ubuntu-latest
#sequence of tasks called
container
:
image
:
google/dart:2.8.4
steps
:
# The branch or tag ref that triggered the workflow will be checked out.
# https://github.com/actions/checkout
-
uses
:
actions/checkout@v1
# Setup a flutter environment.
# https://github.com/marketplace/actions/flutter-action
-
uses
:
subosito/flutter-action@v1
with
:
flutter-version
:
'
1.20.4'
channel
:
'
stable'
-
run
:
flutter pub get
#- run: flutter analyze
# run flutter widgets tests and unit tests
-
run
:
flutter test --coverage
# Upload coverage reports to Codecov
# https://github.com/marketplace/actions/codecov
-
uses
:
actions/checkout@v2
-
name
:
Install Dependencies
run
:
pub get
-
name
:
Format
run
:
dartfmt --dry-run --set-exit-if-changed .
-
name
:
Analyze
run
:
dartanalyzer --fatal-infos --fatal-warnings lib test example
-
name
:
Run tests
-
uses
:
codecov/codecov-action@v1.0.7
...
...
.github/workflows/get_rx.yaml
View file @
a1cfbb3
...
...
@@ -21,21 +21,16 @@ jobs:
working-directory
:
packages/get_rx
runs-on
:
ubuntu-latest
#sequence of tasks called
container
:
image
:
google/dart:2.8.4
steps
:
# The branch or tag ref that triggered the workflow will be checked out.
# https://github.com/actions/checkout
-
uses
:
actions/checkout@v1
# Setup a flutter environment.
# https://github.com/marketplace/actions/flutter-action
-
uses
:
subosito/flutter-action@v1
with
:
flutter-version
:
'
1.20.4'
channel
:
'
stable'
-
run
:
flutter pub get
#- run: flutter analyze
# run flutter widgets tests and unit tests
-
run
:
flutter test --coverage
# Upload coverage reports to Codecov
# https://github.com/marketplace/actions/codecov
-
uses
:
actions/checkout@v2
-
name
:
Install Dependencies
run
:
pub get
-
name
:
Format
run
:
dartfmt --dry-run --set-exit-if-changed .
-
name
:
Analyze
run
:
dartanalyzer --fatal-infos --fatal-warnings lib test example
-
name
:
Run tests
-
uses
:
codecov/codecov-action@v1.0.7
...
...
Please
register
or
login
to post a comment