lfoppiano commited on
Commit
9c16287
1 Parent(s): 41ad70e

add coverage

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-build.yml +1 -1
.github/workflows/ci-build.yml CHANGED
@@ -26,7 +26,7 @@ jobs:
26
  - name: Install dependencies
27
  run: |
28
  python -m pip install --upgrade pip
29
- pip install --upgrade flake8 pytest pycodestyle
30
  if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31
  - name: Lint with flake8
32
  run: |
 
26
  - name: Install dependencies
27
  run: |
28
  python -m pip install --upgrade pip
29
+ pip install --upgrade flake8 pytest pycodestyle pytest-cov
30
  if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31
  - name: Lint with flake8
32
  run: |