Skip to content

Commit 71e2036

Browse files
committed
test flow
1 parent 29e1c9f commit 71e2036

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run tests
3333
run: pub run test/rx_redux_test.dart
3434

35-
- name: TODO
35+
- name: Start VM
3636
run: dart --disable-service-auth-codes --enable-vm-service=8111 --pause-isolates-on-exit test/rx_redux_test.dart &
3737

3838
- name: Collect coverage
@@ -41,5 +41,4 @@ jobs:
4141
- name: Format coverage
4242
run: pub global run coverage:format_coverage --lcov --in=coverage.json --out=lcov.info --packages=.packages --report-on=lib
4343

44-
- name: Upload to codecov.io
45-
run: bash <(curl -s https://codecov.io/bash)
44+
- uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)