Ignore exit status of coverage combine
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
set -e
|
||||
|
||||
coverage combine
|
||||
coverage combine || true
|
||||
coverage report
|
||||
codecov
|
||||
|
||||
Reference in New Issue
Block a user