Skip to content

Commit

Permalink
disable dyanmic_context for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
shaypal5 committed Nov 2, 2024
1 parent 7084f41 commit 9f99cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ markers = [

[tool.coverage.run]
branch = true
dynamic_context = "test_function"
# dynamic_context = "test_function"
omit = [
"tests/*",
"cachier/_version.py",
Expand Down

0 comments on commit 9f99cdc

Please sign in to comment.