Ignore exit status of coverage combine
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user