try using actions exec

This commit is contained in:
ibrahim0814
2019-11-18 22:51:40 -08:00
parent c4ca0425e1
commit 889584d6f9
17 changed files with 869 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
#!usr/bin/env bash
# Apache License Version 2.0, January 2004
# https://github.com/codecov/codecov-bash/blob/master/LICENSE
set -e +o pipefail
VERSION="20191111-ecb75bd"
url="https://codecov.io"