Skip to content

Commit f7c6867

Browse files
committed
fix codecov
1 parent 45b14b8 commit f7c6867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ut-cuda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
cd build
7474
PYTHONPATH=$PWD/python ARK_ROOT=$PWD python3 -m pytest \
75-
--cov=../python/ark \
75+
--cov=python/ark \
7676
--cov-report lcov:py_coverage.info \
7777
--verbose \
7878
../python/unittest/test.py

0 commit comments

Comments
 (0)