Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
submit coverage from test dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Feb 21, 2021
1 parent 9c13af3 commit 0e015ed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test_cupy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,9 @@ popd

pushd cupy/tests
python -m pytest "${pytest_opts[@]}" cupy_tests cupyx_tests example_tests
popd

pushd cupy

# Submit coverage to Coveralls
python ../push_coveralls.py
python ../../push_coveralls.py

# Submit coverage to Codecov
# Codecov uses `coverage.xml` generated from `.coverage`
Expand Down

0 comments on commit 0e015ed

Please sign in to comment.