Skip to content

Commit

Permalink
fix pytest.ini to omit interface file from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jordantete committed Dec 30, 2024
1 parent 70af9ac commit 684ce9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ log_level = DEBUG

[coverage:run]
omit =
*/*interface*.py
*interface*

0 comments on commit 684ce9d

Please sign in to comment.