Skip to content

Commit 728795d

Browse files
renovate[bot]renovate-bothoc081098
authored
Update codecov/codecov-action action to v2 (#4)
* Update codecov/codecov-action action to v2 * Update flutter.yml * up Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Petrus Nguyễn Thái Học <hoc081098@gmail.com>
1 parent 8919627 commit 728795d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/flutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- name: Run tests
3333
run: flutter test --coverage --coverage-path=lcov.info
3434

35-
- uses: codecov/codecov-action@v1
35+
- uses: codecov/codecov-action@v2.1.0

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Petrus Nguyễn Thái Học <hoc081098@gmail.com>

pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: flutter_disposebag
22
description: Automatically disposes StreamSubscription and closes Sink when disposing State<T>.
33
version: 1.1.0
4-
author: Petrus Nguyen Thai Hoc <hoc081098@gmail.com>
54
homepage: https://github.com/Flutter-Dart-Open-Source/flutter_disposebag.git
65
repository: https://github.com/Flutter-Dart-Open-Source/flutter_disposebag.git
76
issue_tracker: https://github.com/Flutter-Dart-Open-Source/flutter_disposebag/issues

0 commit comments

Comments
 (0)