Skip to content

Commit

Permalink
add back missing coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jan 30, 2024
1 parent ead5888 commit 51f6c72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ lint = [
test = [
"pytest~=7.3",
"pytest-xdist~=3.2",
"pytest-cov~=4.1",
"hypothesis~=6.87"
]
build = [
Expand Down Expand Up @@ -91,7 +92,7 @@ description = "Env for running development commands for testing"
features = ["test"]

[tool.hatch.envs.test.scripts]
unit = "python -m pytest --cov --cov-report=xml {args:tests/unit}"
unit = "- python -m pytest --cov=dbt_common --cov-report=xml {args:tests/unit}"


### Linting settings, envs & scripts
Expand Down

0 comments on commit 51f6c72

Please sign in to comment.