Skip to content

Commit

Permalink
coverage: Exclude interactive tools
Browse files Browse the repository at this point in the history
These are not practically unit testable.
  • Loading branch information
sjlongland committed May 7, 2024
1 parent 37282ab commit bbaab1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[run]
branch=true
source=aioax25
omit=tests
omit=
tests
aioax25/tools/**

0 comments on commit bbaab1e

Please sign in to comment.