diff --git a/.github/workflows/scripts/remove-from_coverage.sh b/.github/workflows/scripts/remove-from-coverage.sh similarity index 100% rename from .github/workflows/scripts/remove-from_coverage.sh rename to .github/workflows/scripts/remove-from-coverage.sh diff --git a/analysis_options.yaml b/analysis_options.yaml index bbf5cf50..a5d8631e 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -1,6 +1,4 @@ analyzer: - enable-experiment: - - extension-methods exclude: - packages/*/lib/**/*.g.dart - packages/*/example/** diff --git a/melos.yaml b/melos.yaml index d9bc6945..0318ec81 100644 --- a/melos.yaml +++ b/melos.yaml @@ -64,7 +64,7 @@ scripts: coverage:ignore-file: 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" --no-select description: Removes all the ignored files from the coverage report. select-package: dir-exists: coverage