Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed May 11, 2024
1 parent f68a447 commit ce08cc2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2,790 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/rxdart-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,4 @@ jobs:
- name: Run tests
run: melos run test-rxdart

- name: Start Observatory
run: dart
--disable-service-auth-codes
--enable-vm-service=8111
--pause-isolates-on-exit
--enable-asserts
test/rxdart_test.dart &

- name: Collect coverage
run: nohup dart pub global run coverage:collect_coverage
--port=8111
--out=coverage.json
--wait-paused
--resume-isolates

- name: Format coverage
run: dart pub global run coverage:format_coverage
--lcov
--in=coverage.json
--out=lcov.info
--report-on=lib

- uses: codecov/[email protected]
Loading

0 comments on commit ce08cc2

Please sign in to comment.