Browse Source

Merge pull request #1157 from octodns/coverage-pyproject-toml

Move coverage config into pyproject.toml
pull/1160/head
Ross McFarland 2 years ago
committed by GitHub
parent
commit
e594f227c1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions
  1. +0
    -2
      .coveragerc
  2. +3
    -0
      pyproject.toml

+ 0
- 2
.coveragerc View File

@ -1,2 +0,0 @@
[run]
omit = octodns/cmds/*

+ 3
- 0
pyproject.toml View File

@ -3,6 +3,9 @@ line-length=80
skip-string-normalization=true
skip-magic-trailing-comma=true
[tool.coverage.run]
omit=["octodns/cmds/*"]
[tool.isort]
profile = "black"
known_first_party="octodns"


Loading…
Cancel
Save