Skip to content

Commit

Permalink
actually add coverage report...
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jan 25, 2024
1 parent 06ff472 commit 9587e8c
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 @@ -56,7 +56,7 @@ exclude = [
packages = ["dbt_common"]

[tool.hatch.envs.dev-env.scripts]
unit = "- python -m pytest --cov=dbt-common --cov-report=xml {args:tests/unit}"
unit = "- python -m pytest --cov --cov-report=xml {args:tests/unit}"

[tool.hatch.envs.dev-env]
description = "Env for running development commands like pytest / pre-commit"
Expand Down

0 comments on commit 9587e8c

Please sign in to comment.