Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codekeyz committed Nov 3, 2024
1 parent beac2de commit 7b865f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,16 @@ jobs:
- name: Run Unit Tests
run: |
cd packages/yaroorm_test
dart test --coverage=coverage --fail-fast
dart pub global activate coverage
dart pub global run coverage:test_with_coverage
- name: Run E2E Tests
run: ./e2e_test.sh

- name: Combine Coverage
run: |
cd packages/yaroorm_test
dart pub global run coverage:format_coverage --check-ignore --report-on=lib --lcov -o "coverage/yaroorm_lcov.info" -i ./coverage
rm -rf coverage
Expand Down

0 comments on commit 7b865f0

Please sign in to comment.