Skip to content

Commit

Permalink
coverage: fixed module name in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Jul 4, 2024
1 parent 6cf9e04 commit 5ac18bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[paths]
source =
project_name
*/site-packages/Network Commons
networkcommons
*/site-packages/networkcommons

[run]
branch = true
parallel = true
source = Network Commons
source = networkcommons
omit = */__init__.py

[report]
Expand Down

0 comments on commit 5ac18bd

Please sign in to comment.