Skip to content

Commit b75a350

Browse files
committed
ci: update cov dir
1 parent ca79e73 commit b75a350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
4444
- name: Build and Test
4545
run: |
46-
python -m pytest -o log_cli=true -o log_cli_level="INFO" --cov=drive_flow --cov-report=xml -v ./
46+
python -m pytest -o log_cli=true -o log_cli_level="INFO" --cov=prompt_string --cov-report=xml -v ./
4747
- name: Check codecov file
4848
id: check_files
4949
uses: andstor/file-existence-action@v1

0 commit comments

Comments
 (0)