We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ddd13e commit e848ab7Copy full SHA for e848ab7
.github/workflows/pytest.yml
@@ -29,12 +29,12 @@ jobs:
29
- name: Lint with flake8
30
run: |
31
# stop the build if there are Python syntax errors or undefined names
32
- flake8 py3resttest --count --select=E9,F63,F7,F82 --show-source --statistics
+ flake8 resttest3 --count --select=E9,F63,F7,F82 --show-source --statistics
33
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
34
flake8 . --count --exit-zero --max-complexity=30 --max-line-length=127 --statistics
35
- name: Test with pytest
36
37
- coverage run --source py3resttest -m pytest tests/test_*.py
+ coverage run --source resttest3 -m pytest tests/test_*.py
38
- name: Upload Coverage
39
run: coveralls
40
env:
0 commit comments