Skip to content

Commit

Permalink
chore: add code cov exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed Aug 21, 2024
1 parent e2ea0a4 commit 89c9626
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,7 @@ norecursedirs = [
]
addopts = "--strict-markers"

[tool.coverage.run]
omit = [
"**/intelxapi.py",
]

0 comments on commit 89c9626

Please sign in to comment.