Skip to content

Commit

Permalink
Merge pull request #7 from hoc081098/renovate/codecov-codecov-action-2.x
Browse files Browse the repository at this point in the history
Update codecov/codecov-action action to v2
  • Loading branch information
hoc081098 committed Oct 6, 2021
2 parents 3a0860b + bcee5ad commit 2dd0482
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Run tests
run: flutter test --coverage --coverage-path=lcov.info

- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2.1.0
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Petrus Nguyễn Thái Học <[email protected]>
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: did_change_dependencies
description: Return a Stream that emits null and done event when didChangeDependencies is called for the first time.
version: 1.0.0
author: Petrus Nguyen Thai Hoc <[email protected]>
homepage: https://github.com/hoc081098/did_change_dependencies.git
repository: https://github.com/hoc081098/did_change_dependencies.git
issue_tracker: https://github.com/hoc081098/did_change_dependencies/issues
Expand All @@ -16,7 +15,7 @@ dependencies:

dev_dependencies:
pedantic: ^1.11.0
rxdart_ext: ^0.1.0
rxdart_ext: ^0.1.2
flutter_test:
sdk: flutter

Expand Down

0 comments on commit 2dd0482

Please sign in to comment.