-
Notifications
You must be signed in to change notification settings - Fork 38
enable arm64 wheel tests, remove pytest.ini, add a coverage floor #438
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
Changes from 2 commits
8c3ee14
7fbdfad
5632e6d
8f80c39
f2d52bc
750c764
0144cd4
231da45
4fbd65f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -57,7 +57,10 @@ if [[ "${torch_downloaded}" == "true" ]]; then | |
| python -c "import torch; assert torch.cuda.is_available()" | ||
|
|
||
| rapids-logger "pytest pylibwholegraph (with 'torch')" | ||
| ./ci/run_pylibwholegraph_pytests.sh | ||
| ./ci/run_pylibwholegraph_pytests.sh \ | ||
| --cov-config=../../.coveragerc \ | ||
| --cov=pylibwholegraph \ | ||
| --cov-fail-under=15 | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm proposing this because of all the test-skipping stuff added in #425 and #434 ... all that test-skipping logic makes me nervous. Hoping that having a coverage minimum enforced right here, in a place where we expect |
||
| fi | ||
|
|
||
| rapids-logger "import pylibwholegraph (no 'torch')" | ||
|
|
||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.