Update ci.yml
This commit is contained in:
parent
406e03c52f
commit
525cf17c6f
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -36,7 +36,8 @@ jobs:
|
||||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pytest --cov=waybackpy tests/
|
||||
cd tests
|
||||
pytest --cov=../waybackpy .
|
||||
- name: Upload coverage to Codecov
|
||||
run: |
|
||||
bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user