Skip to content

Commit 46c34a3

Browse files
authored
doc: update README.md to link to mbta version
1 parent 64ca503 commit 46c34a3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v2
4242
# ... Generate LCOV files or download it from a different job
4343
- name: Report code coverage
44-
uses: zgosalvez/github-actions-report-lcov@v1
44+
uses: mbta/github-actions-report-lcov@v1
4545
with:
4646
coverage-files: coverage/lcov.*.info
4747
minimum-coverage: 90
@@ -50,9 +50,5 @@ jobs:
5050
working-directory: apps/my-first-app
5151
```
5252
53-
### Flutter Workflows
54-
55-
This is used in my opinionated [GitHub Actions: Flutter Workflows](https://github.com/zgosalvez/github-actions-flutter-workflows) repository along with other actions for a complete end-to-end DevOps experience.
56-
5753
## License
58-
The scripts and documentation in this project are released under the [MIT License](LICENSE)
54+
The scripts and documentation in this project are released under the [MIT License](LICENSE)

0 commit comments

Comments
 (0)