Skip to content

Commit 90cb894

Browse files
committed
fix(test,coverage): update coveragerc and test command
1 parent f85460a commit 90cb894

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.coveragerc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[run]
2+
branch = True
3+
source = chanx
4+
5+
6+
[report]
7+
show_missing = True

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
python-version: ${{ matrix.python-version }}
4646
- run: mkdir coverage
4747
- name: Test
48-
run: uv run --group test coverage run -m pytest tests
48+
run: uv run --group test coverage run -m pytest sandbox
4949
env:
5050
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}
5151
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}

0 commit comments

Comments
 (0)