Skip to content

Commit

Permalink
ci: remove code coverage from e2e tests (#356)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Moore <[email protected]>
  • Loading branch information
moorec-aws authored Jul 12, 2024
1 parent 03cd25e commit d4d98cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test = "pytest test/unit --numprocesses=auto {args}"
# See: https://pytest-xdist.readthedocs.io/en/stable/known-limitations.html#output-stdout-and-stderr-from-workers
version = "hatch version"
metadata = "hatch project metadata {args:}"
linux-e2e-test = "pytest test/e2e/linux {args}"
linux-e2e-test = "pytest --no-cov test/e2e/linux {args}"
windows-e2e-test= "pytest --no-cov test/e2e/windows {args:}"
windows-integ-test = "pytest --no-cov test/integ/installer {args:}"
typing = "mypy {args:src test}"
Expand Down

0 comments on commit d4d98cb

Please sign in to comment.