Skip to content

Commit

Permalink
CHORE: Omit RPC in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Jun 19, 2024
1 parent 318ba5b commit 93c7a2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ source = ["pyaedt"]

[tool.coverage.report]
show_missing = true
omit = [pyaedt/rpc/*.py]

[tool.pytest.ini_options]
minversion = "7.1"
Expand Down

0 comments on commit 93c7a2f

Please sign in to comment.