Skip to content

Commit

Permalink
🧪💄 Order settings in coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Sep 13, 2024
1 parent 6bfe76d commit 48d7695
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
[run]
source = awx
branch = True
omit =
awx/main/migrations/*
awx/lib/site-packages/*

[report]
# Regexes for lines to exclude from consideration
exclude_lines =
Expand All @@ -25,5 +18,12 @@ exclude_lines =

ignore_errors = True

[run]
branch = True
omit =
awx/main/migrations/*
awx/lib/site-packages/*
source = awx

[xml]
output = ./reports/coverage.xml

0 comments on commit 48d7695

Please sign in to comment.