Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix outdated hatch run commands #1658

Merged
merged 2 commits into from
Aug 17, 2024
Merged

Conversation

Orkunnnn
Copy link
Contributor

@Orkunnnn Orkunnnn commented Aug 3, 2024

Fixes #1657

Equivalent to the hatch run commands, but hatch run full is implemented. I checked version 1.7.0 of Hatch and find out that hatch run full script runs pytest --cov --cov-report={env:COVERAGE_REPORT:term-missing} --cov-config=pyproject.toml -n auto --reruns 5 --reruns-delay 3 -r aR {args:tests} (https://github.com/pypa/hatch/blob/46a2118ba39c00ca102cf463bdc829301402d05b/hatch.toml#L20C1-L23C69). I didn't figure out what is the equivalent of the hatch run full script. Do you have any idea?

Copy link
Sponsor Collaborator

@ofek ofek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@ofek ofek merged commit 70b974c into pypa:master Aug 17, 2024
46 checks passed
github-actions bot pushed a commit that referenced this pull request Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: Outdated hatch run commands in contributing section
2 participants