You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ jobs:
41
41
uses: actions/checkout@v2
42
42
# ... Generate LCOV files or download it from a different job
43
43
- name: Report code coverage
44
-
uses: zgosalvez/github-actions-report-lcov@v1
44
+
uses: mbta/github-actions-report-lcov@v1
45
45
with:
46
46
coverage-files: coverage/lcov.*.info
47
47
minimum-coverage: 90
@@ -50,9 +50,5 @@ jobs:
50
50
working-directory: apps/my-first-app
51
51
```
52
52
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
-
57
53
## 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