Skip to content

Commit

Permalink
fix the tool.coverage.coverage_conditional_plugin.omit example (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
fohrloop authored Mar 14, 2024
1 parent e0d41c3 commit 32c64be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ plugins = ["coverage_conditional_plugin"]

[tool.coverage.coverage_conditional_plugin.omit]
# Here we specify files to conditionally omit:
"my_project/omit*.py" = "sys_platform == 'win32'"
"sys_platform == 'win32'" = "my_project/omit*.py"

[tool.coverage.coverage_conditional_plugin.rules]
# Here we specify our pragma rules:
Expand Down

0 comments on commit 32c64be

Please sign in to comment.