We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca79e73 commit b75a350Copy full SHA for b75a350
.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
43
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
44
- name: Build and Test
45
run: |
46
- python -m pytest -o log_cli=true -o log_cli_level="INFO" --cov=drive_flow --cov-report=xml -v ./
+ python -m pytest -o log_cli=true -o log_cli_level="INFO" --cov=prompt_string --cov-report=xml -v ./
47
- name: Check codecov file
48
id: check_files
49
uses: andstor/file-existence-action@v1
0 commit comments