Skip to content

Commit

Permalink
ci: only check handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
mcquenji committed Oct 19, 2024
1 parent b50c7bc commit 4d477dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
dart run coverage:test_with_coverage
dart run remove_from_coverage -f coverage/lcov.info -r 'orm/\.dart$'
dart run remove_from_coverage -f coverage/lcov.info -r '\.g\.dart$'
dart run remove_from_coverage -f coverage/lcov.info -r '^handlers/.*\.dart$'
continue-on-error: true

- name: 📊 Generate Coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: 📚 Checkout code
uses: actions/checkout@v3

- name: 🛠️ Set up Dart
- name: 🐦 Set up Dart
uses: dart-lang/setup-dart@v1
with:
sdk: stable
Expand Down

0 comments on commit 4d477dc

Please sign in to comment.