Skip to content

Commit

Permalink
Update coverage configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Jun 24, 2024
1 parent cfa6d70 commit ebfcd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ norecursedirs = "nextlinegraphql/plugins/db/alembic build"

[tool.coverage.run]
branch = true
source = ["nextlinegraphql"]
source = ["nextlinegraphql", "tests"]
concurrency = ["multiprocessing"]
omit = [
"venv/*",
Expand Down

0 comments on commit ebfcd5a

Please sign in to comment.