Skip to content

Commit 670efa1

Browse files
committed
refactor: update test coverage configuration and remove obsolete test file
1 parent 1d2ec0e commit 670efa1

File tree

2 files changed

+1
-131
lines changed

2 files changed

+1
-131
lines changed

.github/workflows/ci-with-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Run tests with coverage
3636
run: |
37-
pytest --cov=src/llama_prompt_ops --cov-report=xml tests/
37+
pytest --cov=src/prompt_ops --cov-report=xml tests/
3838
3939
- name: Upload coverage to Codecov
4040
uses: codecov/codecov-action@v3

tests/unit/test_prompt_processors.py

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
 (0)