convert to docker action

This commit is contained in:
“ibrahim0814”
2019-08-06 14:02:11 -07:00
parent 8b22c3537a
commit f3f8338f33
4 changed files with 22 additions and 4 deletions

7
entrypoint.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Exit if any subcommand fails
set -eu
# execute codecov global
bash <(curl -s https://codecov.io/bash)