Skip to content

Commit 4364613

Browse files
authored
disable dyanmic_context for codecov (#253)
1 parent 7084f41 commit 4364613

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ markers = [
158158

159159
[tool.coverage.run]
160160
branch = true
161-
dynamic_context = "test_function"
161+
# dynamic_context = "test_function"
162162
omit = [
163163
"tests/*",
164164
"cachier/_version.py",

0 commit comments

Comments
 (0)