From fea3224d4fe0cb2e8f54f29ff69e3f6f25dfbb04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Mon, 5 Aug 2019 21:23:20 -0700 Subject: [PATCH] put action.yml file in root --- codecov/action.yml => action.yml | 0 codecov/entrypoint.sh | 5 ----- 2 files changed, 5 deletions(-) rename codecov/action.yml => action.yml (100%) delete mode 100644 codecov/entrypoint.sh diff --git a/codecov/action.yml b/action.yml similarity index 100% rename from codecov/action.yml rename to action.yml diff --git a/codecov/entrypoint.sh b/codecov/entrypoint.sh deleted file mode 100644 index 9b6ec4e..0000000 --- a/codecov/entrypoint.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -set -eu - -bash <(curl -s https://codecov.io/bash) \ No newline at end of file