We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85460a commit 724f05aCopy full SHA for 724f05a
.coveragerc
@@ -0,0 +1,7 @@
1
+[run]
2
+branch = True
3
+source = chanx
4
+
5
6
+[report]
7
+show_missing = True
.github/workflows/test.yml
@@ -45,7 +45,7 @@ jobs:
45
python-version: ${{ matrix.python-version }}
46
- run: mkdir coverage
47
- name: Test
48
- run: uv run --group test coverage run -m pytest tests
+ run: uv run --group test --all-extras coverage run -m pytest sandbox
49
env:
50
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}
51
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
0 commit comments