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

Commit

Permalink
ignore errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Feb 22, 2021
1 parent 0e015ed commit dc365d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_cupy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ python ../../push_coveralls.py

# Submit coverage to Codecov
# Codecov uses `coverage.xml` generated from `.coverage`
python -m coverage xml
python -m coverage xml --ignore-errors
python -m codecov

# Run benchmark on Python 3
Expand Down

0 comments on commit dc365d6

Please sign in to comment.