We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b14b8 commit f7c6867Copy full SHA for f7c6867
.github/workflows/ut-cuda.yml
@@ -72,7 +72,7 @@ jobs:
72
run: |
73
cd build
74
PYTHONPATH=$PWD/python ARK_ROOT=$PWD python3 -m pytest \
75
- --cov=../python/ark \
+ --cov=python/ark \
76
--cov-report lcov:py_coverage.info \
77
--verbose \
78
../python/unittest/test.py
0 commit comments