Explorar o código

Remove some files from coverage

Colin Powell %!s(int64=2) %!d(string=hai) anos
pai
achega
65e713e43e
Modificáronse 3 ficheiros con 6 adicións e 3 borrados
  1. BIN=BIN
      .coverage
  2. 5 0
      .coveragerc
  3. 1 3
      pyproject.toml

BIN=BIN
.coverage


+ 5 - 0
.coveragerc

@@ -0,0 +1,5 @@
+[run]
+omit=
+  vrobbler/wsgi.py
+  vrobbler/asgi.py
+  vrobbler/cli.py

+ 1 - 3
pyproject.toml

@@ -55,9 +55,7 @@ bandit = "^1.7.4"
 [tool.pytest.ini_options]
 minversion = "6.0"
 addopts = "-ra -q"
-testpaths = [
-    "tests",
-]
+testpaths = ["tests"]
 DJANGO_SETTINGS_MODULE='vrobbler.settings'
 
 [tool.black]