Skip to content

Commit

Permalink
test: Ignore migrations from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 29, 2023
1 parent 37b8c4e commit d0bb772
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ exclude = '/(migrations|node_modules)/'
profile = 'black'
line_length = 119
skip = ['migrations']

[tool.coverage.run]
omit = ['*/migrations/*']

0 comments on commit d0bb772

Please sign in to comment.