We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e1c9f commit 71e2036Copy full SHA for 71e2036
.github/workflows/dart.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Run tests
33
run: pub run test/rx_redux_test.dart
34
35
- - name: TODO
+ - name: Start VM
36
run: dart --disable-service-auth-codes --enable-vm-service=8111 --pause-isolates-on-exit test/rx_redux_test.dart &
37
38
- name: Collect coverage
@@ -41,5 +41,4 @@ jobs:
41
- name: Format coverage
42
run: pub global run coverage:format_coverage --lcov --in=coverage.json --out=lcov.info --packages=.packages --report-on=lib
43
44
- - name: Upload to codecov.io
45
- run: bash <(curl -s https://codecov.io/bash)
+ - uses: codecov/codecov-action@v1
0 commit comments