Update ci.yml
This commit is contained in:
parent
672b33e83a
commit
406e03c52f
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -36,12 +36,7 @@ jobs:
|
|||||||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
cd tests
|
pytest --cov=waybackpy tests/
|
||||||
pytest --cov=../waybackpy
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v1.0.6
|
run: |
|
||||||
with:
|
bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
|
||||||
env_vars: OS,PYTHON
|
|
||||||
fail_ci_if_error: true
|
|
||||||
verbose: true
|
|
||||||
|
Loading…
Reference in New Issue
Block a user