fix coverage
This commit is contained in:
@@ -77,7 +77,7 @@ jobs:
|
|||||||
- name: "Flutter Test"
|
- name: "Flutter Test"
|
||||||
run: melos run test:all
|
run: melos run test:all
|
||||||
- name: "Collect Coverage"
|
- name: "Collect Coverage"
|
||||||
run: melos run coverage:ignore-file
|
run: melos run coverage:ignore-file --no-select
|
||||||
- name: "Upload Coverage"
|
- name: "Upload Coverage"
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
+1
-1
@@ -64,7 +64,7 @@ scripts:
|
|||||||
|
|
||||||
coverage:ignore-file:
|
coverage:ignore-file:
|
||||||
run: |
|
run: |
|
||||||
melos exec -c 4 --fail-fast -- "\$MELOS_ROOT_PATH/.github/workflows/scripts/remove-from-coverage.sh" --no-select
|
melos exec -c 4 --fail-fast -- "\$MELOS_ROOT_PATH/.github/workflows/scripts/remove-from-coverage.sh"
|
||||||
description: Removes all the ignored files from the coverage report.
|
description: Removes all the ignored files from the coverage report.
|
||||||
select-package:
|
select-package:
|
||||||
dir-exists: coverage
|
dir-exists: coverage
|
||||||
|
|||||||
Reference in New Issue
Block a user