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

Commit

Permalink
Add --no-cov-on-fail
Browse files Browse the repository at this point in the history
  • Loading branch information
niboshi committed Aug 6, 2019
1 parent 8c75286 commit 6c7b6ff
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pytest_opts=(
--timeout=300
--junit-xml=result.xml
--cov
--no-cov-on-fail
--showlocals # Show local variables on error
)

Expand Down
1 change: 1 addition & 0 deletions test_cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pytest_opts=(
--timeout=300
--junit-xml=result.xml
--cov
--no-cov-on-fail
--showlocals # Show local variables on error
)

Expand Down
1 change: 1 addition & 0 deletions test_cupy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pytest_opts=(
--timeout=300
--junit-xml=result.xml
--cov
--no-cov-on-fail
--showlocals # Show local variables on error
)

Expand Down
1 change: 1 addition & 0 deletions test_cupy_slow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pytest_opts=(
--timeout=300
--junit-xml=result.xml
--cov
--no-cov-on-fail
--showlocals # Show local variables on error
)

Expand Down
1 change: 1 addition & 0 deletions test_slow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pytest_opts=(
--timeout=300
--junit-xml=result.xml
--cov
--no-cov-on-fail
--showlocals # Show local variables on error
)

Expand Down

0 comments on commit 6c7b6ff

Please sign in to comment.