Skip to content

Commit

Permalink
chore: Fixing github action so it runs on this directory only. #3
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Sep 20, 2023
1 parent 3885d1d commit cb9d48c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- name: Run tests
run: flutter test --coverage

- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
with:
files: coverage/lcov.info
gcov_ignore: _visual-editor # excluding visual editor tests to not affect coverage
verbose: true # optional (default = false)
4 changes: 4 additions & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
# packages, and plugins designed to encourage good coding practices.
include: package:flutter_lints/flutter.yaml

analyzer:
exclude:
- _visual-editor/**

linter:
# The lint rules applied to this project can be customized in the
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
Expand Down

0 comments on commit cb9d48c

Please sign in to comment.