Skip to content

Commit fa9c275

Browse files
committed
Testing something
1 parent 388b590 commit fa9c275

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ jobs:
2424
- name: Install Dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install pytest mock coverage
27+
pip install pytest mock codecov
2828
python setup.py install
2929
- name: Run Tests
3030
run: |
31-
python -m pytest -v
32-
coverage run setup.py test
31+
coverage run -m pytest -v
3332
- name: Upload to codecov.io
3433
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)