ci: remove dart analyse
This commit is contained in:
parent
3999cce34d
commit
5ac53a135b
|
@ -19,8 +19,6 @@ jobs:
|
||||||
flutter-version: 2.0.4
|
flutter-version: 2.0.4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
- name: Analyze Dart code
|
|
||||||
run: flutter analyze -v
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: flutter test --coverage
|
run: flutter test --coverage
|
||||||
- name: Coveralls
|
- name: Coveralls
|
||||||
|
|
|
@ -115,7 +115,7 @@ packages:
|
||||||
path: ".."
|
path: ".."
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "1.1.4"
|
version: "1.1.5"
|
||||||
matcher:
|
matcher:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: linkfy_text
|
name: linkfy_text
|
||||||
description: A lightweight flutter package to linkify texts containing urls, emails and hashtags like twitter does.
|
description: A lightweight flutter package to linkify texts containing urls, emails and hashtags like twitter does.
|
||||||
version: 1.1.4
|
version: 1.1.5
|
||||||
homepage: https://github.com/Iamstanlee/linkfy_text
|
homepage: https://github.com/Iamstanlee/linkfy_text
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue