We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd66ed1 commit 51bc3adCopy full SHA for 51bc3ad
.github/workflows/test.yml
@@ -93,7 +93,7 @@ jobs:
93
- uses: actions/checkout@v5
94
- uses: actions/setup-python@v6
95
with:
96
- python-version: '3.8'
+ python-version: '3.13'
97
- name: Setup uv
98
uses: astral-sh/setup-uv@v7
99
pyproject.toml
@@ -63,6 +63,7 @@ source = [
63
]
64
context = '${CONTEXT}'
65
dynamic_context = "test_function"
66
+relative_files = true
67
68
[tool.coverage.report]
69
show_missing = true
0 commit comments