Ignore exit status of coverage combine
parent
306e53461d
commit
5b07b9dd40
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -ex
|
set -e
|
||||||
|
|
||||||
coverage combine
|
coverage combine || true
|
||||||
coverage report
|
coverage report
|
||||||
codecov
|
codecov
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue