Skip to content

Commit e848ab7

Browse files
author
Abhilash Joseph C
committed
Updated the folder name
1 parent 3ddd13e commit e848ab7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
- name: Lint with flake8
3030
run: |
3131
# stop the build if there are Python syntax errors or undefined names
32-
flake8 py3resttest --count --select=E9,F63,F7,F82 --show-source --statistics
32+
flake8 resttest3 --count --select=E9,F63,F7,F82 --show-source --statistics
3333
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3434
flake8 . --count --exit-zero --max-complexity=30 --max-line-length=127 --statistics
3535
- name: Test with pytest
3636
run: |
37-
coverage run --source py3resttest -m pytest tests/test_*.py
37+
coverage run --source resttest3 -m pytest tests/test_*.py
3838
- name: Upload Coverage
3939
run: coveralls
4040
env:

0 commit comments

Comments
 (0)