Skip to content

Commit c57b6cc

Browse files
author
Martin Durant
committed
add coveralls and fix mis-copy
1 parent 35b3b5c commit c57b6cc

3 files changed

Lines changed: 11 additions & 18 deletions

File tree

.github/workflows/main.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
CONDA_ENV: [py37, py38]
17+
env:
18+
STREAMZ_LAUNCH_KAFKA: true
19+
1720
steps:
1821
- name: APT
1922
run: sudo apt-get install liblzo2-dev libsnappy-dev
@@ -29,6 +32,7 @@ jobs:
2932
activate-environment: test_env
3033
environment-file: ci/environment-${{ matrix.CONDA_ENV }}.yml
3134

35+
3236
- name: pip-install
3337
shell: bash -l {0}
3438
run: |
@@ -39,6 +43,11 @@ jobs:
3943
run: |
4044
pytest --verbose --cov=streamz
4145
46+
- name: coveralls
47+
shell: bash -l {0}
48+
if: ${{ matrix.os == 'ubuntu-latest' && matrix.CONDA_ENV == '3.8' }}
49+
run: coveralls
50+
4251
lint:
4352
name: lint
4453
runs-on: ubuntu-latest
@@ -52,4 +61,4 @@ jobs:
5261
- name: Lint
5362
shell: bash -l {0}
5463
run: |
55-
flake8 fsspec
64+
flake8 streamz

ci/environment-py38.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ dependencies:
3131
- ipywidgets
3232
- flaky
3333
- pytest-cov
34+
- coveralls

run_tests.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)